User's Manual

5.4.3 Get-Hardware-Revision (01-03)
This command returns the hardware revision of the reader. The version number is split into blocks of 4 bit. One of
these blocks represents a decimal character. There are always two characters in front of the point and two after
the point. So the first two bytes of the hardware revision are not used.
Field-Value: String with variable length
Example:
PC -> Reader: 52 46 45 01 0103 02 00 04 cs
Reader->PC: 52 46 45 01 0103 02 04 03 00010015 04 cs
dataLength = 0x04 -> 4 Bytes
hardwareRev = 0x00 0x01 0x00 0x15
5.4.4 Get-Software-Revision (01-04)
This command returns the software revision of the reader. The version number is split into blocks of 4 bit. One of
these blocks represents a decimal character. There are always two characters in front of the point and two after
the point. The first two byte of the software reversion define the application version and the second two bytes the
version of the used kernel.
Field-Value: String with variable length
Example:
PC -> Reader: 52 46 45 01 0104 02 00 04 cs
Reader->PC: 52 46 45 01 0104 02 04 03 00030041 04 cs
dataLength = 0x04 -> 4 Bytes
softwareRev = 0x00 0x03 0x00 0x41