English
Language : 

RWD_QT Datasheet, PDF (10/19 Pages) rfsolutions.ltd – The MicroRWD “QT” (Quad-Tag) version is a complete 125kHz reader solution for Hitag 1,
ib technology
Read Tag Page
Command to read 4 bytes of data from HT1 32 bit page. If the read was successful, indicated
by acknowledge status flags then four bytes of tag data follow.
Command:
Argument1:
B7
B0
01 010010
x x NNN NNN
Acknowledge: 1 1 F F F F F X
(ASCII “R”, 0x52)
(N = HT1 page address 0-63)
(F = Status flags)
Data only follows if read was successful
Reply1:
DDDDDDDD
Reply2:
DDDDDDDD
Reply3:
DDDDDDDD
Reply4:
DDDDDDDD
(D = msb data read from HT1)
(D = lsb data read from HT1)
Read Tag Block
Command to read up to 16 bytes of data from HT1 memory. A Block is made up of four
pages (each page being 4 bytes of data). If the specified page lies on the block boundary then
all 16 bytes (4 pages) can be read. If the specified page is on the block boundary + 1 then 12
bytes (3 pages) can be read. In this way 16, 12, 8 or 4 bytes of data can be retrieved from the
tag depending on the page number specified and it’s position within the block. If the read was
successful, indicated by acknowledge status flags then up to 16 bytes of tag data follow.
Command:
Argument1:
B7
B0
0111001 0
x x NNN NNN
(ASCII “r”, 0x72)
(N = HT1 page address 0-63)
Acknowledge: 1 1 F F F F F X
(F = Status flags)
+ up to 16 bytes
Data only follows if read was successful
Reply1:
DDDDDDDD
(D = msb data read from HT1)
Reply2:
DDDDDDDD
(PAGE N DATA)
Reply3:
DDDDDDDD
Reply4:
DDDDDDDD
(D = lsb data read from HT1)
|
| Up to 16 bytes can be specified depending on page address N
| ie. Perform PAGE/4 => if remainder (mod) = 0 then full block (16 bytes)
|
if remainder = 1 then 12 bytes read
|
if remainder = 2 then 8 bytes read
|
if remainder = 3 then 4 bytes read
V
Reply13:
DDDDDDDD
(D = msb data read from HT1)
Reply14:
DDDDDDDD
(PAGE N+3 DATA)
Reply15:
DDDDDDDD
Reply16:
DDDDDDDD
(D = lsb data read from HT1)
10