XonChar Property

Value of the XON character for both transmission and reception. XON is a software control to resume the transmission of data (whereas RTS and CTS are hardware controls). XOFF stops the transmission.

Access

Read/Write

Syntax

Visual Basic .NET
XonChar As Byte
Visual C#
Byte XonChar;

Remarks

Cannot be the same as XoffChar.

Errors

The property may throw exception. Refer to Handle errors sample for details.

See Also

XoffChar