Table 2-9
COM device properties and parameters
Description
Parameter
Property
Sets the communications parity
The following values are valid:
■
<None>
■
Odd
■
Even
■
Mark
■
Space
String
<CRemoteData>.ComParity(String)
Sets the flow control of COM-based connection
types
The following values are valid:
■
<None>
■
XONXOFF
■
RTS/CTS
■
Both
String
<CRemoteData>.ComFlowControl(String)
Sets the start setting of COM-based connection
types
The following values are valid:
■
Always connected
■
Carrier detect (DCD)
■
Clear to send (CTS)
■
Data set ready (DSR)
■
Ring indicator (RI)
■
Receive 2 <CR>’s
■
Modem response
String
<CRemoteData>.ComStartedBy(String)
Sets the end setting of COM-based connection
types
The following values are valid:
■
Always connected
■
Carrier detect (DCD)
■
Clear to send (CTS)
■
Data set ready (DSR)
■
Ring indicator (RI)
String
<CRemoteData>.ComEndedBy(String)
27
Visual Basic object definitions
CRemoteData properties