Difference between revisions of "SerialConnection.DTR"
From Xojo Documentation
(Created page with "N/A") |
|||
Line 1: | Line 1: | ||
− | + | {{PropertyBox | |
+ | | name=DTR | ||
+ | | owner=[[SerialConnection]] | ||
+ | | ownertype=class | ||
+ | | scope=public | ||
+ | | type=[[Boolean]] | ||
+ | | platform=all | ||
+ | | newinversion=2019r2 | ||
+ | }} | ||
+ | {{Description | ||
+ | |text = Enables DTR (Data Terminal Ready) flow control. }} | ||
+ | |||
+ | == Notes == | ||
+ | {{Information | 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.}} |
Latest revision as of 23:20, 27 June 2019
Property (As Boolean )
aSerialConnection.DTR = newBooleanValue
or
BooleanValue = aSerialConnection.DTR
New in 2019r2
Supported for all project types and targets.
or
BooleanValue = aSerialConnection.DTR
New in 2019r2
Supported for all project types and targets.
Enables DTR (Data Terminal Ready) 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. |