User Manual

Table Of Contents
Standard RFID Interface
LRP75 Long Range Passive Reader/Writer 35
EXAMPLE
The following is a typical command using a checksum.
The summed values begin with the Command Size and end with the
timeout value. That sum, less overflow, is subtracted from FFH for the
checksum value.
Thus: 00 + 03 + 01 +07 + D0 = DB
FF - DB = 24H
5.7.2 Command 4 (04 Hex): Tag Fill
DESCRIPTION
Fill an RFID tag with a one byte value over multiple contiguous
addresses.
DISCUSSION
This command is commonly used to clear an RFID tag's memory. It
writes a one byte value repetitively across a specified range of tag
addresses.
The fill function requires one data value byte, a starting address, and a
fill length. It will then proceed to fill the tag with the data value byte,
starting at the specified start address for the specified number of
consecutive bytes.
Command from Host
Field Contents
Header
<STX><STX>
02H
02H
Command Size 00H
03H
Command Code 01H
Timeout 07H
D0H
Checksum 24H
Terminator <ETX> 03H
Sum these values to
calculate the checksum