Protocols / BrpSerial / Parity Value

Define if a parity bit shall be used to ensure correctness of transfer data and if so, what type of parity bits shall be used.

Properties

Format

Name Type/Size Description
Parity Enumeration (8 bits) Specifies the Parity-bit mode which is used for RS-232/UART protocols.
Values:
  • None (0x4E)
    No Parity is used
  • Even (0x45)
    Parity is used. The Parity bit is set if number of set bits is even.
  • Odd (0x4F)
    Parity is used. The Parity bit is set if number of set bits is odd.