In
Table 2-23
, replace the information in angle brackets with the actual values.
Table 2-23
COM device properties and parameters
Description
Parameter
Property
Sets the communications parity
The following values are valid:
■
<None>
■
Odd
■
Even
■
Mark
■
Space
String
<CHostData>.ComParity(String)
Sets the flow control of COM-based connection
types
The following values are valid:
■
<None>
■
XONXOFF
■
RTS/CTS
■
Both
String
<CHostData>.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
<CHostData>.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
<CHostData>.ComEndedBy(String)
43
Visual Basic object definitions
CHostData properties