SerialConnection.DataTerminalReady

From Xojo Documentation

Property (As Boolean )
aSerialConnection.DataTerminalReady = newBooleanValue
or
BooleanValue = aSerialConnection.DataTerminalReady

New in 2019r2

Supported for all project types and targets.

Sets the state of the data terminal line.

Notes

fa-info-circle-32.png
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.