Bar Code Commands
^BO - Aztec Bar Code
Creates Aztec 2D barcode with error correction
^BO - Aztec Bar Code
Overview
The ^BO command creates an Aztec barcode, a 2D matrix code capable of storing up to 3,832 bytes of data.
Syntax
^BOo,s,c,r,f,e
Parameters
- o = Orientation
- N = Normal (0°)
- R = Rotated 90° clockwise
- I = Inverted 180°
- B = Bottom up (270°)
- s = Size (number of modules)
- c = Columns
- r = Rows
- f = Format
- e = Error correction
Description
- 2D matrix barcode
- High data capacity
- Aztec Inc. standard
- Error correction built-in
Usage Notes
- 2D matrix format
- High data capacity
- Configurable size
- Good error correction
Example
^XA ^FO50,50 ^BON,5,10,10,N,2 ^FDAztec Data^FS ^XZ
Related Commands
^BQ- QR Code^BX- Data Matrix^BY- Change Narrow Bar Width