Programmer's Manual Manual

Extended System-Level Command Functions
120 Class Series 2 Programmer’s Manual
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
The sample above 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]
STX KuJ Write Data to Gen 2 Tag Section
This command writes a specific block address of a Gen2 tag.
Syntax:
<
STX>KuJaaabbb<data
>
Where:
aaa
-
Block address number, where: 000 is kill/access
section; 001 is EPC section; 002 is Tag ID; or, 003 is
user memory.
bbb
-
Data offset in word length
<data>
-
Hexadecimal data (must be length of multiples of 4)
Sample:
<STX>KuJ001002112233445566778899AABBCC
The sample above writes data “112233445566778899AABBCC” to
block address 1 at offset word 2, which is the EPC data.