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
Delphi |
object.XonChar: Byte; |
---|---|
BCBuilder |
property char XonChar; |
Remarks
Cannot be the same as XoffChar.
Errors
The property may throw exception. Refer to Handle errors sample for details.