Enum Parity
Specifies the parity bit for a SerialPort object.
public enum Parity
Fields
Even = 2Sets the parity bit so that the count of bits set is an even number.
None = 0No parity check occurs.
Odd = 1Sets the parity bit so that the count of bits set is an odd number.