Project / VhlSettings125Khz / HidProxSerialNrFormat Value
This value specifies the format that shall be used when
the SerialNumber of a HID Prox card is returned via
VhlGetSnr().
The default value for this settings has changed. In
Firmware released until 02/2014 the defaultvalue when
not specifying this value was
McmCompatible.
Format
|
Name
|
Type/Size
|
Description
|
|
-
|
Enumeration (8 bits)
|
Identifier for format
Values:
-
NoConversion (0x00)
This format returns printed number of the card
(35 bits data)
-
WithParityBits (0x01)
This format returns 37 bits card data as number
(this includes parity bits)
-
McmCompatible (0x02)
This Format is compatible to the HID MCM, when
connecting it via Omron interface. This format
inserts a 0-bit in front of every 3 bits of the
WithParityBits format.
-
CardNumberRightAdjusted (0x03)
This format returns the card number right-adjusted
with a fixed data length.
First byte (byte 0): card length in bits.
Byte(1..11): card data, right-adjusted, Msbyte first.
-
CardNumberLeftAdjusted (0x04)
This format returns the card number left-adjusted
with a fixed data length.
First byte (byte 0): card length in bits.
Byte(1..11): card data, left-adjusted, Msbyte first.
|