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