User's Guide

Rev. 1
HEXAPAD 10 BC USB
8.5.4.13 tagop - Tag reading operation
Command
tagop value
Function
Check (no value) or change the type of read operation of a tag.
Description
With the type of read operation it is possible to read any memory bank of the tag and also
tags of the Autoid System of Acura.
Pattern
None
Values
None
No memory bank read operation.
autoid
Reads acura's Autoid System tags.
reserved:wp:wl
Reads the Reserved memory bank of the tag.
epc:wp:wl
Reads the Epc memory bank from the tag.
tid:wp:wl
Reads the Tid memory bank of the tag.
user:wp:wl
Reads the User memory bank of the tag.
Notes
wp - word pointer, indicates the initial position in word of the reading in the specified
memory bank.
wl - word length, indicates the number of words to read in the specified memory bank.
Maximum value for wp and wl is 32.
To read the entire memory bank, simply specify zero for wp and wl.
Example
To read all the contents of the User memory bank of the tag:
tagop user:0:0<CR>
ok - parameter has been changed.<CR>
To read four words from the Tid memory bank from the second word:
tagop tid:2:4<CR>
ok - parameter has been changed.<CR>
To not read any specific tag bank, just the result of the EPC:
tagop none<CR>
ok - parameter has been changed.<CR>
Errors
When the value reported is not among the specified:
error - value out of range<CR>
When more than one value is passed to the command:
error - too many args.<CR>