ZPL commands
^B4 · Code 49 Bar Code
Generates a Code 49 barcode multi-row stacked code .
Generates a Code 49 barcode (multi-row stacked code).
Parameters
^B4o,h,f,m- o: Orientation (N/R/I/B)^B4o,h,f,m- h: Height of the individual rows as a multiple of the module width (default: ^BY value)^B4o,h,f,m- f: Interpretation line: N = none (default), A = above the code, B = below the code^B4o,h,f,m- m: Starting mode: 0 = regular alphanumeric, 1 = multiple read alphanumeric, 2 = regular numeric, 3 = group alphanumeric, 4 = regular alphanumeric shift 1, 5 = regular alphanumeric shift 2, A = automatic (default)
Example
^XA
^FO50,50^BY2^B4N,20,A,A^FD12345ABCDE^FS
^XZ
Tip
Code 49 is space-saving for long data - with m = A the printer picks the starting mode itself.