Bar Code Examples

Example 1: Printing a single EAN-8 bar code

SELECT Command
Select an EAN-8 bar code symbol
with
human readable characters.
ASCII: DC4 DC4 ESC ! ETX SOH SOH EM
HEX: 14 14 1B 21 03 01 01 19
DECIMAL: 20 20 27 3331125
PRINT Command
Print an EAN-8 bar code symbol of 1/2-inch height, one inch from the left margin,
and with the data set of 12345678.
ASCII: DC4 DC4 ESC ( GS H 12345678 EM
HEX: 14 14 1B 28 1D 48 31 32 33 34 35 36 37 38 19
DECIMAL: 20 20 27 40 29 72 49 50 51 52 53 54 55 56 25
Result

Example 2: Printing two 3 of 9 bar codes on a single line

SELECT Command
Select Code 3 of 9 bar code symbol
with
human readable characters.
ASCII: DC4 DC4 ESC ! ACK DC4 SOH EM
HEX: 14 14 1B 21 06 14 01 19
DECIMAL: 20 20 27 33 6 20 1 25
PRINT Command
Print two Code 3 of 9 bar code symbols, of one inch height, the first symbol on the
left margin, the second symbol one inch to the right of the first symbol, and an
asterisk (*) used as the start (first) and stop (last) characters. The data sets are
ABC+0123 and 1234.
ASCII: DC4 DC4 ESC ( GS NUL *ABC+0123* GS H *01234* EM
HEX: 14 14 1B 28 1D 00 2A 41 42 43 2B 30 31 32 33 2A
1D 48 2A 30 31 32 33 34 2A 19
DECIMAL: 20 20 27 40 29 00 42 65 66 67 43 48 49 50 51 42
29 72 42 48 49 50 51 52 42 25
176 4247 Printer ModelA00 User’s Guide