What ^BQ does
^BQ creates a QR Code, a 2D matrix symbology that stores far more data than a 1D barcode and is readable by phones. It's used for URLs, product data, and mobile-scannable labels. Error-correction level and magnification are configurable.
Syntax
^BQa,b,cParameters
| Parameter | Description | Values | Default |
|---|---|---|---|
a | Orientation (normal only) | — | N |
b | Model | 1, 2 | 2 |
c | Magnification | 1–10 | auto |
Example
^XA
^FO50,50^BQN,2,6^FDLA,https://zentralabel.com^FS
^XZThe 'LA,' prefix sets error-correction level and input mode.
Paste this into the free ZPL viewer to see it render, or convert it to PDF.
Related commands
See the full ZPL command reference for all 92 documented commands.
