JadeSerialPort Class Constants
The constants provided by the JadeSerialPort class are listed in the following table.
Constant | Integer Value | Constant | Integer Value |
---|---|---|---|
DataBits16 | 4 | DataBits16x | 5 |
DataBits5 | 0 | DataBits6 | 1 |
DataBits7 | 2 | DataBits8 | 3 |
FlowControl_Hardware | 0 | FlowControl_None | 2 |
FlowControl_XonXoff | 1 | Parity_Even | 2 |
Parity_Mark | 3 | Parity_None | 0 |
Parity_Odd | 1 | Parity_Space | 4 |
StopBits_1_0 | 0 | StopBits_1_5 | 1 |
StopBits_2_0 | 2 |