Bar Codes5–26
Table 5–10. Code 39 Character Set
C= Character
H = Hex
C H C H C H C H C H
0 30 A 41 K 4B U 55 – 2D
1 31 B 42 L 4C V 56 . 2E
2 32 C 43 M 4D W 57 / 2F
3 33 D 44 N 4E X 58
4 34 E 45 O 4F Y 59
5 35 F 46 P 50 Z 5A
6 36 G 47 Q 51 Space 20
7 37 H 48 R 52 $ 24
8 38 I 49 S 53 % 25
9 39 J 4A T 54 + 2B
Code 39 Example
Figure 5–2 illustrates a horizontal and vertical Code 39 bar code generated
by the following program:
~CREATE;C39 (Enter Create Form Mode)
BARCODE (Bar Code Command)
C3/9;DARK;40;15 (Dark Code 39 at SR 40, SC 15)
*SAMPLE C3/9*(Data Field)
PDF (Printable Data Field)
STOP (Ends Bar Code Command)
BARCODE (New Bar Code Command)
C3/9;VSCAN;H14;DARK;27;58
(Vert Dark Code 39, H 1.4, at SR 27, SC 58)
*SAMPLE C3/9* (Data Field)
PDF (Printable Data Field)
STOP (Ends Bar Code Command)
END (Terminates Create Form Mode)
~EXECUTE;C39;1 (Execute the form, form count of 1)