Protocols / Wiegand / PinMessageFormat Value
Specifies the format of PINs entered by user via keyboard
(see MessageType = Keyboard) that shall be send via Wiegand.
Format
|
Name
|
Type/Size
|
Description
|
|
-
|
Enumeration (8 bits)
|
Values:
-
MultiDigit (0x00)
No special formatting (identical to other
message types)
-
SingleDigit (0x01)
Create separate 10-bit Message for each digit.
Convert each byte to binary representation
('0'=0, '1'=1, ..., '*'=10 and '#'=11) and adds
leading and trailing parity bit.
-
SingleDigitWithBcc (0x02)
Identical to SingleDigit, high nibble
is used to add BCC (inverse of low nibble)
instead of setting it to 0.
-
SingleDigitWithSwappedBcc (0x03)
Identical to SingleDigitWithBcc, but
high and low nibble are swapped (=> data is
in high nibble).
-
SingleDigit4Bit (0x04)
Create separate 4-bit Message for each digit.
Convert each byte to binary representation
('0'=0, '1'=1, ..., '*'=10 and '#'=11) and send
the lower 4 digits as message.
|