Serial.DataTerminalReady
From Xojo Documentation
This item was deprecated in version 2019r2. Please use SerialConnection.DataTerminalReady as a replacement. |
Property (As Boolean )
aSerial.DataTerminalReady = newBooleanValue
or
BooleanValue = aSerial.DataTerminalReady
Supported for all project types and targets.
or
BooleanValue = aSerial.DataTerminalReady
Supported for all project types and targets.
Sets the state of the data terminal line.
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. |