User's Manual

Table Of Contents
Product Manual - RFID Reader LF60C SoliD 62
Chapter 7
Operation
Parameter F Reader address
Reader address of the device.
0 .. E - 0 up to 14
Default: 0
7.3.5 Message examples
Calculation for the XOR checksum:
53 XOR 30 XOR 32 XOR 48 XOR 30 XOR 0D = 24 '2' '4'
Calculation for the addition checksum:
53 + 30 + 32 + 48 + 30 + 0D = 13A
Only low significant bytes are used: 3A '3' 'A'
X - Read data (read page 1 of multipage transponder)
>> X001
<< x0013232323232323232
Command X
Reader ID 0
Page 01
Data '3232323232323232' ASCII "22222222"
ASCII HEX Description
’S’ 53 start character
’0’ 30 high byte message length
’2’ 32 low byte message length
’H’ 48 first character message: value
’0’ 30 second character message: target address
CR 0D end character
’2’ 32 high byte checksum XOR
’4’ 34 low byte checksum XOR
’3’ 33 high byte checksum addition
’A’ 41 low byte checksum addition