User's Manual

Table Of Contents
The command is formatted as follows.
Field Remarks
Command Command number in hex preceded by AAH
Start Address 2 byte value for the start address in the tag
Read Length 2 byte value for the block read length
Delay Between
Identical Decodes
Time the tag must be out of the antenna range before the LRP830 will
transmit data again from that tag. Value is expressed in 1 second units.
Message Terminator FFFFH
EXAMPLE
This example places the LRP830 in Continuous Block Read mode and reads
8 bytes of data from the tag starting at address 0001H. A delay between
identical reads of 2 seconds (0002H = 2 x 1 second increments) is set.
The LRP830 will first return an acknowledgment of the command followed
by a response containing read data when a tag enters the antenna field.
Copyright © 2000 Escort Memory Systems
60 LRP830-Series Long-Range Passive Reader/Writer
Command from Host
MSB LSB Remarks
AAH 0DH Perform Command D
00H 01H Start address
00H 08H Read 8 bytes
00H 02H 2 second delay
FFH FFH Message Terminator
Response from LRP830
MSB LSB Remarks
AAH 0DH Command echo
FFH FFH Message Terminator
Response from LRP830
MSB LSB Remarks
AAH 0DH Command echo
00H 52H Read data byte 1
00H 46H Read data byte 2
00H 49H Read data byte 3
00H 44H Read data byte 4
00H 41H Read data byte 5
00H 20H Read data byte 6
00H 54H Read data byte 7
00H 61H Read data byte 8
FFH FFH Message Terminator