Specifications
ZPL Commands
^BQ
88
45541L-004 Rev. A ZPL II Programming Guide 9/15/06
Example • QR Code, mixed mode with manual data input:
<mixed mode identifier> D(mixed)
<code No.> M (code number)
<No. of divisions> D (divisions)
<parity data> M (0x8F)
‘
<error correction level> L (high-density level)
<input mode> M (manual input)
‘
<character mode> N (numeric data)
<data character string> 0123456789
‘
<character mode> A (alphanumeric data)
<data character string> 12AABB
‘
<character mode> B (8-bit byte data)
0006 (number of bytes)
<data character string> qrcode
GENERATED LABEL
^XA
^FO,20,20^BQ,2,10
^FDD03048F,LM,N0123456789,A12AABB,B0006qrcode^FS
^XZ
ZPL II CODE