SerialConnection.XON
From Xojo Documentation
Property (As Boolean )
aSerialConnection.XON = newBooleanValue
or
BooleanValue = aSerialConnection.XON
New in 2019r2
Supported for all project types and targets.
or
BooleanValue = aSerialConnection.XON
New in 2019r2
Supported for all project types and targets.
Enables XON flow control.
Notes
Changing property values does not automatically change the state of the hardware, you must call Reset or re-Open the connection in order for the change to take effect. |
Example
This example enables XON flow control.
SerialConnection1.XON = True