User Manual

Table Of Contents
Standard RFID Interface
40 LRP75 Long Range Passive Reader/Writer
5.7.4 Command 6 (06 Hex): Block Write
DESCRIPTION
Write a block of data to an RFID tag.
DISCUSSION
The RF Port Block Write command is used to write segments of data
to contiguous areas of tag memory. It is capable of transferring up to
48 bytes of data. The timeout value is given in 1 msec increments and
can have a value of 1EH to FFFEH. A timeout of 0 will return a syntax
error.
The data to be written to the tag is contained in the LSB of the register,
and the MSB is always 00H.
Field Description
Header <STX><STX>
Command Size Packet length in bytes, excluding the header,
command size, checksum and terminator bytes.
Command 06H
Start Address 2-byte value for the tag address where the write will
start.
Write Length 2-byte value for the number of tag addresses to be
written to.
Timeout 2-byte timeout value given in 1 ms units (1EH -
FFFEH)
Data Data bytes to be written
Checksum optional checksum
Te r mi n at o r < ET X >