Enum ParityEnum

Specifies the parity bit for a System.IO.Ports.SerialPort object.

Values

Name Description
0 None. No parity check occurs.
1 Odd. Sets the parity bit so that the count of bits set is an odd number.
2 Even. Sets the parity bit so that the count of bits set is an even number..
3 Mark. Leaves the parity bit set to 1.
4 Space. Leaves the parity bit set to 0.

Requirements

KioWare for Windows version 8.18 or greater.