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-19 PN: 9001158B
TABLE 12: CODE128 DATA VALUES (<ESC>BG)
VALUE SUBSET A SUBSET B SUBSET C VALUE SUBSET A SUBSET B SUBSET C
0 SP SP 00 36 DD36
1 !!0137 EE37
2 ““0238 FF38
3 ##0339 GG39
4 $$0440 HH40
5 %%0541 II41
6 &&0642 JJ42
7 ‘‘0743 KK43
8 ..0238 FF38
9 ) ) 09 45 M M 45
10 * * 10 46 N N 46
11 + + 11 47 O O 47
12 ,, 1248 P P 48
13 -- 1349 Q Q 49
14 . . 14 50 R R 50
15 //1551 SS51
16 001652 TT52
17 111753 UU53
18 221854 VV54
19 331955 WW55
20 442056 XX56
21 552157 YY57
22 662258 ZZ58
23 772359 [[59
24 882460 \\60
25 992561 ]]61
26 ::2662 ^^62
27 ;;2763 __ __ 63
28 <<2864 NUL>(space) . >(space) 64
29 ==2965 SOH >! a or >! 65
30 >J >J 30 66 STX >" b or >" 66
31 ??3167 ETX ># c or ># 67
32 @@3268 EOT >$ d or >$ 68
33 AA3369 ENQ >% e or >% 69
34 B B 34 70 ACK >& f or >& 70
35 CC3571 BEL >. g or >. 71
72 BS >( h >( 72 89 EM >9 y >9 89
73 HT >) i >) 73 90 SUB >: z >: 90
74 LF >* j >* 74 91 ESC >; { >; 91
75 VT >+ k >+ 75 92 FS >< | >< 92
76 FF >, l >, 76 93 GS >= } >= 93
77 CR >- m >- 77 94 RS >> ~ >> 94
78 SO >. n >. 78 95 US >? DEL >? 95
79 SI >/ o >/ 79 96 FNC3 >@ FNC3 >@ 96
80 DLE >0 p >0 80 97 FNC2 >A FNC2 >A 97
81 DC1 >1 q >1 81 98 SHIFT >B SHIFT >B 98
82 DC2 >2 r >2 82 99 Subset C >C Subset C >C 99
83 DC3 >3 s >3 83 100 Subset B >D FNC4 >D Subset B >D