RFID Communications
6.4.1 ABxS Command 04H: Fill Tag
DESCRIPTION
Fill an RFID tag with a
DISCUSSION
This command is commonly used to clear contiguous segments of a tag's memory. It writes a
Field | Remarks |
Command | Command number in hex preceded by AAH |
|
|
Start Address | Tag address where the fill starts |
|
|
Fill Length | Number of tag addresses to be filled in bytes |
|
|
Timeout | Timeout value given in 1 ms units (1EH - FFFEH) |
|
|
Data Value Byte | Byte to be used as fill |
|
|
Message Terminator | FFFFH |
|
|
Example
The goal is to write ASCII 'A' (41H) to the ten bytes of tag memory starting at byte address 5. A timeout of 2 seconds (07D0H = 2000 x 1 ms increments) is set for the completion of the command.
Command from Host
MSB | LSB | Remarks |
AAH | 04H | Perform Command 4 |
|
|
|
00H | 05H | Start Address = 0005H |
|
|
|
00H | 0AH | Fill Length= 10 bytes(000AH) |
|
|
|
07H | D0H | |
|
|
|
00H | 41H | Data Value Byte = 41H |
|
|
|
FFH | FFH | Message Terminator |
|
|
|
Successful Response From Controller
MSB | LSB | Remarks |
AAH | 04H | Command Echo |
|
|
|
FFH | FFH | Message Terminator |
|
|
|
LRP2000 Passive Reader/Writer | 60 |