Plain English

A multi-row (stacked) barcode that encodes large amounts of data in a small space by stacking 2-8 rows of symbols. Each row is a separate linear barcode linked together.

When to use

When you need to encode more data than a single linear barcode can hold but a 2D code isn't supported by your scanner.

Syntax

^B4o,h,f,m

Parameters

ParameterDescription
oRotation
hHeight of each row
fShow text: Y or N
mMode: A (automatic) or U (UCC/EAN)

Example

^XA
^FO50,50^BY2^B4N,30,Y^FDMULTI-ROW-DATA-12345^FS
^XZ

Code 49 multi-row barcode

Try it in the playground View all ZPL commands