ZPL commands
^B3 · Code 39 Bar Code
Generates a Code 39 barcode alphanumeric; start/stop asterisk is added automatically .
Generates a Code 39 barcode (alphanumeric; start/stop asterisk is added automatically).
Parameters
^B3o,e,h,f,g- o: Orientation (N/R/I/B)^B3o,e,h,f,g- e: Calculate mod-43 check digit (Y/N, default N)^B3o,e,h,f,g- h: Bar code height in dots^B3o,e,h,f,g- f: Print interpretation line (Y/N)^B3o,e,h,f,g- g: Print interpretation line above code (Y/N)
Example
^XA
^FO50,50^BY2^B3N,N,80,Y,N^FDZPLCLOUD^FS
^XZ
Tip
Code 39 allows A–Z, 0–9, space and - . $ / + %. Lowercase and other ASCII characters only work via Full ASCII character pairs (e.g. +A for a), which the scanner decodes in Full ASCII mode.