User`s manual
A–26 Bar Codes
Code 128 Examples
The following commands generate the horizontal default ratio Code 128 bar
code below in the automatic mode. In the Start Bar Code sequence
(DECBARC), SP represents the ASCII space character (hex 20).
ESC[14;;;;;;;;2’q
ESC%SP0ABC123456ESC%@
The following command generated the Code 128 bar code below in the
automatic mode using data of 22446688ABC123456. The bar code data
begins in subset B and automatically switches to subset C for the numeric
data. In the Start Bar Code sequence (DECBARC), SP represents the ASCII
space character (hex 20).
ESC[14;;;;;;;;2’q
ESC%SP022446688ABC123456ESC%@
The command below generates the following vertical Code 128 bar code
with data of 123@25% in manual mode, subset A. In the Start Bar Code
sequence (DECBARC), SP represents the ASCII space character (hex 20).
ESC[14;;;;;;;;3;’q
ESC%SP0>7123@25%ESC%@