.parity Property
Function: |
Sets/returns parity mode for the selected serial port (selection is made through ser.num) |
Type: |
Enum (pl_ser_parity, byte) |
Value Range: |
|
See Also: |
Details
The mark parity option is equivalent to having a second stop bit (there is no separate property to explicitly select the number of stop bits).
This property is only relevant when the serial port is in the UART mode (ser.mode = 0 — PL_SER_MODE_UART).