Code 93
Command Structure
1:3
ratio <ESC>BCbbcccdd (data)
bb
=
Width
of
narrow
element
in
dots
(01~12).
ccc
=
Bar
height
in
dots
(001~999)
dd
=
Length
of
data
(number
of
digits,
00~99).
(data) =
Bar code data (alphanumeric); length must match value of
parameter “dd”; check digit is supplied by the printer.
Character Set
0-9, A-Z, -, ., Space, $, /, +, %
Density Table
Narrow/Wide
Ratio
Value of “bb”
“X” Dimension
(mils)
Density
(char/inch)
1:3
01
5.0
22.5
1:3
02
10.0
11.3
1:3
03
15.0
7.5
Example
<ESC>H100<ESC>V100<ESC>BC03100081234ABCD
<ESC>H190<ESC>V210<ESC>XS1234ABCD
122