157
Appendix
Keywords
You can specify the following keywords when describing the script.
Reserve String Length Content Example
$SERIAL_ADDR 6 bytes Address that uses 1 for the
MSB2bit in the last 6 digits of
the printer's serial number.
When the Serial No. is ABCD123456,
the Address uses 1 for the MSB2bits for
the leading 1 byte in the last 6 digits.
F1h:32h:33h:34h:35h:36h
is generated and replaced with a string
using 36h 35h 34h 33h 32h F1h sorted
in Little endian.
$RANDOM_ADDR 6 bytes Address in which the printer
generates a random 6 byte
number, and 1 is for the
MSB2bit of the leading 1
byte.
Generates a random 6 byte number in
the printer and replaces it with a string
that sorts the Address using 1 for the
MSB2bits for the leading 1byte in Little
endian.
$IPn 1 byte Value for #n in the printer's IP
address.
When the IP address is
192.168.192.168, it is replaced with the
following string.
IP1: c0h
IP2: A8h
IP3: 64h
IP4: c8h
$MODEL_NO 2 bytes Can be used for
differentiating printers
0010h is used for the TM-H6000V.
0000h: No use
0001h: Reserved
0010h: TM-H6000V
$MACn 1 byte Value for #n in the MAC
address.
Available range:
$MAC1,$MAC2, $MAC3, $MAC4,
$MAC5, $MAC6
$BD_ADDRn 1 byte Value for #n in the Bluetooth
address.
Available range:
$BD_ADDR1, $BD_ADDR2,
$BD_ADDR3, $BD_ADDR4,
$BD_ADDR5, $BD_ADDR6