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