Protocols / Wiegand / Mode Value

Specifies the mode how Wiegand data are sent to the host. Currently two modes are supported: Standard and raw mode.

Properties

Format

Name Type/Size Description
- Enumeration (8 bits) Values:
  • Standard (0x00)
    Send a standard Wiegand frame consisting of an even parity bit, multiple of 8 data bits and an odd parity bit. The even parity bit is calculated from the first, the odd parity bit from the second half of the data.
  • Raw (0x01)
    Send the data raw without any parity bits.