LR1100 Programming Manual V1.2
nL + nH
×
256 = 65536 - N
Any setting that exceeds the specified printing area is ignored.
This command functions as follows, depending on the print starting position set by
ESC T:
When the starting position is set to the upper left or lower right of the printing, the
vertical motion unit (y) is used.
When the starting position is set to the upper right or lower left of the printing area,
the horizontal motion unit (x) is used.
[Reference]
ESC $, ESC T, ESC W, ESC \, GS $
SPECIAL PRINTING COMMANDS
ESC Z m n k dL dH d1…dn
[Name]
Print 2D barcode
[Format]
ASC II
ESC Z m n k dL dH d1
…dn
Hex
1B 5A m n k dL dH d1
…dn
Decimal 27 90 m n k dL dH d1
…dn
[Application]
PDF417 barcode and QR-CODE only
[Description]
①
PDF417 barcode printing
m specifies column number of 2D barcode.(1
≤ m ≤ 30)
n specifies security level to restore when barcode image is damaged.(0
≤ n ≤ 8)
k is used for define horizontal and vertical ratio.( 2
≤ k ≤ 5)
d is the length of data and it is consist of 2 bytes:
dL: 1st byte is lower number.
dH: 2
nd
byte is upper number.
d
1…dn is barcode data.
The size of PDF417 is influenced by barcode width command (GS w n).
②
QR-CODE printing
m specifies version of the symbol (1 to 40, 0: auto size)
n specifies error correction level (L:7%, M:15%, Q:25%, H:30%)
k specifies module size (1 to 8)
d is the length of data and it is consist of 2 bytes:
dL: 1st byte is lower number.
dH: 2
nd
byte is upper number.
d
1…dn is barcode data.