User Manual

Table Of Contents
Standard RFID Interface
LRP75 Long Range Passive Reader/Writer 33
5.7 ABx Fast Commands
The difference from the standard ABx are:
The command/response packet contains the packet size
You can include a checksum in the command
The headers and terminator are ASCII characters
Since ABx Fast is a binary protocol, the Xon/Xoff handshake cannot
be used.
5.7.1 ABx Command Packet Structure
The command protocol is based on the following minimal packet
structure. The data field and the checksum may not be present
depending on the command type and your checksum setting.
Following a successful operation, the LRP75 will respond with the
following. The data field and the checksum may not be present
depending on the command and checksum setting.
Field
Number
of Bytes
Description
Header 2 <STX><STX> (02H, 02H)
Command
Size
2 Packet length in bytes excluding the header,
command size, checksum and terminator
bytes.
Command 1 Command Code (XXH)
(Data) variable Command parameters/data
Checksum 1 Optional Checksum
Terminator 1 <ETX> (03H)
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.
Command
Echo
1 Command Echo (XXH)
(Data) variable Response data
Checksum 1 Optional Checksum
Terminator 1 <ETX> (03H)