Appendix F Barcode Quick Reference
F.1 Appendix F
F.1.1
Introduction
The barcode print facility is available in all three emulations.
F.1.2
Programming
There are three escape sequences to print barcodes
The first sequence is to define the Barcode Header. The type of barcode as well as
all parameters are selected by a header. The header does not affect any
parameters outside the barcode application and remains valid until another header
is transmitted or the printer is turned off. This can be done at any time but before
barcode printing.
The header has the following format:
ESC [ ; P
; P
; P
2
3
4
In step two, the ESC-sequence "Set Mode Barcode (SMBC)" starts the barcode
printing.
ESC [ ? 0 h
Finally, the ESC-sequence "Reset Mode Barcode (RMBC)" will stop printing.
ESC [ ? 0 l
Between SMBC and RMBC are only printable characters tolerated (no CR or LF).
Note:
Barcode Quick Reference
; P
; P
; P
˽ z
5
6
7
˽ = Space
Note:
F-1