13
STX KuE
Erase RFID Tag (Alien only)
This command erases the tag by filling it with nulls (
0x00
).
Syntax:
<STX>KuEa<CR>
Where:
a
- The number of attempts to locate and erase the tag, 1-9.
STX KuL
Lock RFID Tag (Alien only)
This command locks tag.
Syntax:
<STX>KuLabb<CR>
a
- The number of attempts to locate and lock the tag, 1-9.
Where:
bb
- Two character Lock Code value, representing one byte.
STX KuB
Read Data from Gen2 Tag Section
This command reads a specific block address of a Gen2 tag.
Syntax:
<STX>KuBaaabbb
Where:
aaa
- Block address number, where: 000 is kill/access section; 001
is EPC section; 002 is Tag ID; and, 003 is user memory.
bbb
- Data offset in word length
Sample:
<STX>KuB001002
This example reads the block address 1 at offset word 2, which is location of the EPC data.
STX KuF
Send RFID Device Firmware Version
This command instructs the RFID device to return the firmware version.
Syntax:
<STX>KuF<CR>
Printer response:
DEVICE VERSION: XXX.XXX.XXX[CR]