TParity Type
Specifies the parity bit for a CNClrLib.Component.SerialPort|TCnSerialPort object.
Field | Description |
|---|---|
prNone | No parity check occurs. |
prOdd | Sets the parity bit so that the count of bits set is an odd number. |
prEven | Sets the parity bit so that the count of bits set is an even number. |
prMark | Leaves the parity bit set to 1. |
prSpace | Leaves the parity bit set to 0. |