SYS_COM_RTS_CONTROL
(ENUM)
TYPE SYS_COM_RTS_CONTROL :
<category>RTS control</category> <description>: RTS control configuration</description>
- InOut:
Name
Initial
Comment
SYS_RTS_CONTROL_DISABLE
0
<element name=”SYS_RTS_CONTROL_DISABLE” TYPE=”IN”>Disables the RTS line when the device is opened and leaves it disabled.</element>
SYS_RTS_CONTROL_ENABLE
1
<element name=”SYS_RTS_CONTROL_ENABLE” TYPE=”IN”>Enables the RTS line when the device is opened and leaves it on.</element>
SYS_RTS_CONTROL_HANDSHAKE
2
<element name=”SYS_RTS_CONTROL_HANDSHAKE” TYPE=”IN”>Enables RTS handshaking.</element>
SYS_RTS_CONTROL_TOGGLE
3
<element name=”SYS_RTS_CONTROL_TOGGLE” TYPE=”IN”>Specifies that the RTS line will be high if bytes are available for transmission. After all buffered bytes have been sent, the RTS line will be low.</element>