Protocols / RawSerial / Parity Value

Parity-mode that shall be used for transfer of data. If not specified "None" is assumed.

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.