Technical data
Table Of Contents
- 0. i Cover B
- 0. i Copyright B
- 0. i TOC B
- 1. i Introduction B
- 2. i Programming Concepts B
- 3. i Code Quick Reference B.backup
- 4. i Standard Command Codes B
- 5. i Optional Command Codes B
- 6. i Bi-Directional Communications B
- 7. i Appendix B
- 7
- appendix
- custom graphics
- CUSTOM GRAPHICS EXAMPLE
- 1. Determine the matrix size for the graphic. It must be in 8 dot by 8 dot blocks. The example here has six blocks horizontally and six blocks vertically (48 x 48).
- 2. Lay out a grid and draw the image on the grid.
- 3. Transfer the image into a bit map representation and then into hexadecimal format:
- 4. Using the hexadecimal data, send the following code to print the graphic image as designed.
- 5. To send the data in binary format, the software must convert the data into binary format before transmitting it to the printer. Using the BASIC programming language for example, this is done by notation “CHR$ (&HC0)” which sends the hexidecima...
- PCX GRAPHICS EXAMPLE
- CUSTOM GRAPHICS EXAMPLE
- printer configuration commands
- reference tables

Unit 4: Standard Command Codes
“i” Programming Reference
4-25 PN: 9001158B
BARCODE COMMANDS
BAR CODES
FUNCTION
To print bar code images on a label.
FORMAT
2:5 narrow/wide ratio: <ESC>BDabbcccd
1:3 narrow/wide bar ratio: <ESC>Babbcccd
1:2 narrow/wide bar ratio: <ESC>Dabbcccd
a = 0: Codabar
1: Code 39
2: Interleaved 2 of 5 (I 2/5)
3: UPC-A / EAN-13
4: EAN-8
7: reserved
8: reserved
9: reserved
B: reserved
C: Code 93
D: reserved
E: UPC-E
G: Code 128
bb = Number of dots (01-12) for narrow bar and narrow space
ccc = Bar height in dots (001-999)
d = Not used for other bar code types
0: No human readable text
1: Human readable at top
2: Human readable at bottom
Place immediately preceding the data to be encoded.
EXAMPLE
Note: Carriage Returns and Line Feeds have been added to the command listing for clarity and should
not be included in the actual data stream.
<ESC>A
<ESC>H0025<ESC>V0025<ESC>B103100*CODE 39* <ESC>H0155<ESC>V0130<ESC>XS*CODE
39* <ESC>H0025<ESC>V0200<ESC>BD20210045676567
<ESC>H0075<ESC>V0310<ESC>XM45676567
<ESC>H0025<ESC>V0375<ESC>BD30215001234567890
<ESC>H0025<ESC>V1125<ESC>BC03100081234ABCD
<ESC>H0080<ESC>V1240<ESC>XS1234ABCD
<ESC>H0525<ESC>V0025<ESC>B002100A12345B <ESC>H0565<ESC>V0135<ESC>XS12345
<ESC>H0475<ESC>V0200<ESC>BD303100123456789012
<ESC>H0525<ESC>V0375<ESC>BD4031001234567
<ESC>H0525<ESC>V0550<ESC>DE03100123456 <ESC>H0500<ESC>V0600<ESC>OB0
<ESC>H0533<ESC>V0655<ESC>OB123456
<ESC>H0350<ESC>V0725<ESC>D30315009827721123
<ESC>L0101<ESC>H0320<ESC>V0800<ESC>OB0 <ESC>H0365<ESC>V0878<ESC>OB98277
<ESC>H0505<ESC>V0878<ESC>OB21123 <ESC>H0665<ESC>V0760<ESC>BF0313021826
<ESC>H0680<ESC>V0730<ESC>OB21826
<ESC>H0425<ESC>V1125<ESC>D30315000633895260
<ESC>L0101<ESC>H0395<ESC>V1200<ESC>OB0 <ESC>H0440<ESC>V1278<ESC>OB06338
<ESC>H0580<ESC>V1278<ESC>OB95260
<ESC>H0325<ESC>V0950<ESC>BG03100>GAB>D789>C123456
<ESC>H0435<ESC>V1055<ESC>XSAB789123456 <ESC>Q1<ESC>Z