Article ID: 141071
Article Last Modified on 12/9/2003
MSComm1.RTSEnable = True
(RTSEnable) Determines whether to enable the Request To Send (RTS)
line. Typically, the Request To Send signal that requests permission to
transmit data is sent from a computer to its attached modem.
When RTSEnable is set to True, the Request To Send line is set to high
(on) when the port is opened and low (off) when the port is closed. The
Request To Send line is used in RTS/CTS hardware handshaking. The
RTSEnable property allows you to manually poll the Request To Send line
if you need to determine its state.
Additional query words: 4.00 vb4win vb4all comm communication custom
Keywords: kbprb KB141071