Barcode Print+ User's Guide

2
2.3.3 Barcode height (“b”)
Specifies the maximum height of the small module (unit: 1/600
th
in.).
ESC(s0p
b0s24860T123456789123
2.3.4 Data type (“s”)
Specifies the barcode data type.
ESC(s0p
b0s24860T123456789123
Parameter
Barcode Data Type
0 (default)
Automatic (JIS/ShiftJIS)
1
Numerical (09)
2
Alphanumeric (09, uppercase A to Z, space $%*+-. /: )
3
Binary 8-bits/byte data (JIS 8-bit character set)
4
Kanji (Shift JIS values 8140h 9FFCh and E040h EAA4h)
Example
2s (Alphanumeric data)
2.3.5 Barcode type (“T”)
Specifies the barcode type.
ESC(s0p
b0s24860T123456789123
Value
Code Type
24860
QRCode Model1
24861
QRCode Model2
24862
Swiss QRCode
2.3.6 Barcode data
The actual user-defined information:
ESC(s0p
b0s24860T123456789123
ASCII control code characters (ASCII code 030) can be specified for QRCode as follows:
ESC
&p#X
<00>
Where:
# is the number of control code characters
<00> is an example control code character
Example
To specify two ASCII code characters “0” and “1” with QRCode, use: 24850TESC&p2X<00><01>