Technical data

Table Of Contents
Section 8: Barcodes
178
Valid Code 128 command using multiple character sets:
<x
1B5B66 - barcode setup command prefix
0600 - setup data length (low byte first) -
x0006, 6
BA - barcode type = Code 128
00 - module width = default
00 - space width adjustment = default
0404 - height (low byte first) - x0404 = 0.476
inches
00 - control byte: check digit from host,
print human readable character
1B5B70 - barcode data transfer command prefix
1300 - data transfer length (low byte first) -
x0013, 19
41 - start with character set A
323334 - characters from character set A - "234"
64 - shift to character set B
212324 - characters from character set B - "!#$"
1C - shift to character set C
333233333334 - characters from character set C -
"323334"
3B - shift to character set A
3C3D3E - characters from character set A - "<=>"
>...