Get stop bit and parity settings that can be selected.
LONG SettableStopParity; |
Property Value
SettableStopParity property can be set to one of the following values:
Value |
Meaning |
Hex |
STOPBITS_10 |
1 stop bit |
0x0001 |
STOPBITS_15 |
1.5 stop bits |
0x0002 |
STOPBITS_20 |
2 stop bits |
0x0004 |
PARITY_NONE |
No parity |
0x0100 |
PARITY_ODD |
Odd parity |
0x0200 |
PARITY_EVEN |
Even parity |
0x0400 |
PARITY_MARK |
Mark parity |
0x0800 |
PARITY_SPACE |
Space parity |
0x1000 |
See also
FullDeviceName, MaxBaud, MaxInQueue, MaxOutQueue, ProvSubType, SettableParams, SettableData, ProvCapabilities