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 7: Appendix
“i” Programming Reference
7-22 PN: 9001158B
TABLE 14: BARCODE TYPE (<ESC>2D12)
COLUMNS ROWS ALPHABET ONLY NUMERIC ONLY BINARY MODE
1
11 6 8 3
14 12 17 7
17 18 26 10
20 22 32 13
24 30 44 18
28 38 55 22
2
814 20 8
11 24 35 14
14 36 52 21
17 46 67 27
20 56 82 33
23 64 93 38
26 72 105 43
3
610 14 6
818 26 10
10 26 38 15
12 34 49 20
15 46 67 27
20 66 96 39
26 90 132 54
32 114 167 68
38 138 202 82
44 162 237 97
4
414 20 8
622 32 13
834 49 20
10 46 67 27
12 58 85 34
15 76 111 45
20 106 155 63
26 142 208 85
32 178 261 106
38 214 313 128
44 250 366 150
NOTE: The mixture of alphabet (capital/small letters), numeric, and control code may vary depending on the number of combined characters.