Instruction manual
X4. data_type Data type. Options:
0 ASCII Hex - default (ASCII representation of Hex)
Use characters A to F and 0 to 9.
1 ASCII
2 ASCII Binary (ASCII representation of Binary)
Use characters 0 and 1.
3 Hex
We recommend using ASCII Hex for compatibility with multiple host
applications.
For example, the letter A has a decimal value of 65 in the ASCII table. The
hex (base 16) equivalent of decimal (base 10) is 41. Hex 41 in binary
notation is 01000001.
Data Type Character MPCL Batch Data for a 96-bit RFID tag
ASCII Hex 41 “414141414141414141414141"
ASCII A “AAAAAAAAAAAA”
ASCII Binary 01000001
“010000010100000101000001010000010100000101000001
010000010100000101000001010000010100000101000001"
Hex ~065 “~065~065~065~065~065~065~065~ 065~065~065~065~065"
Example X,5,24,0 p
Defines an RFID Data Field (field #5) with exactly 24 ASCII Hex characters
for a 96-bit RFID tag.
Defining Fields 3-35