Barcode Print+ User's Guide

2
Display with the stop pattern
Display without the stop pattern
2.2.5 Module size (“s”)
Specifies the module size.
ESC(s0p
,,,v,,,b,,,s24850T123456789123
1. Module height to width ratio (110, default: 3)
2. Symbol length in the length to width ratio (default: 2)
3. Symbol width in the length to width ratio (default: 3)
4. Minimum module width (1100, default: 10, unit: 1/100 of an inch)
Example
1,3,2,5s
(Module: square; Symbol length: 1.5 x width; Module width: 0.05 in.)
2.2.6 Barcode type (“T”)
Specifies the barcode type.
ESC(s0p
,,,v,,,b,,,s24850T123456789123
Value
Code Type
24850
PDF417
24855
MacroPDF417
2.2.7 Barcode data
The actual user-defined information:
ESC(s0p
,,,v,,,b,,,s24850T123456789123
ASCII control code characters (ASCII code 031) can be specified for PDF417 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 PDF417, use: 24850TESC&p2X<00><01>