User Manual

Table Of Contents
Standard RFID Interface
34 LRP75 Long Range Passive Reader/Writer
If the LRP75 encounters a fault, it will respond with the following:
The Header and Terminator are always STX-STX and ETX
respectively.
All other bytes are interpreted as binary data (0 - 255 dec).
Fields with two bytes are sent most significant byte (MSB) first.
The sequence for each command is given with the response format in
the following section.
Command/Response Size
The ABx Fast requires that the length of the packet be included in the
command. All parameters and data between the Command/Response
Size and the Checksum or Terminator bytes must be accounted for in
the command/response size word. This includes all command codes
and parameters such as field definitions for Block Read/Writes. The
command/response size will be the same with, or without, a
checksum.
Checksum
The optional checksum must be enabled from the operating mode
menu to be available. The checksum is calculated by adding all the
byte values in the packet (less the values in the header, checksum if
present, and terminator), discarding byte overflow and subtracting the
byte sum from FFH. Thus, when the packet length through the
checksum are added as byte values, the sum will be FFH.
Field
Number
of Bytes
Description
Header 2 <STX><STX> (02H, 02H)
Response
Size
2 Packet length in bytes excluding the header,
command size, checksum and terminator
bytes.
Error Flag 1 FFH
Error Code 1 Hex error code
Checksum 1 Optional Checksum
Terminator 1 <ETX> (03H)