Control Codes
[ESC] Y Print
ASCII [ESC] Y <n1> <n2>
Hexadecimal 1BH 59H <n1> <n2>
Decimal <27> <89> <n1> <n2>
IPCL none
Description The [ESC] Y <n1> <n2> command prints <n1> + 256 * <n2> bytes of
[ESC] Z Print quad-density graphics (240h x 72v dpi)
ASCII [ESC] Z <n1> <n2>
Hexadecimal 1BH 5AH <n1> <n2>
Decimal <27> <90> <n1> <n2>
IPCL none
Description The [ESC] Z <n1> <n2> command prints <n1> + 256 * <n2> bytes of quad- density graphics (240 dpi) at half speed with no consecutive dots. (The mode is generally used to print 240h by 144v dpi resolutions in two passes).
Extended APA Graphics
[ESC] * Print graphics in mode <m> (60h/ 120h/ 240h x 72v dpi)
ASCII [ESC] * <m> <n1> <n2>
Hexadecimal 1BH 2AH <m> <n1> <n2>
Decimal <27> <42> <m> <n1> <n2>
IPCL none
Description The [ESC] * <m> <n1> <n2> command selects the graphic resolution graphic modes as specified by <m>.
Where <m>
Mode | Resolution |
0 | 60 dpi |
1 | 120 dpi |
2 | 120 dpi |
3 | 240 dpi |
4 | 80 dpi |
5 | 72 dpi |
6 | 90 dpi |
Mode | Resolution |
7 | 144 dpi |
8,9 | Not supported |
10 | 102 x 102 dpi |
11 | 203 x 102 dpi |
12 | 102 x 203 dpi |
13 | 203 x 203 dpi |
15,16 | Not supported |
|
|
[ESC] ? Reassign graphic mode
ASCII [ESC] ? <m> <n>
Hexadecimal 1BH 3FH <m> <n> Decimal <27> <63> <m> <n>
IPCL none
Page 116 |
|
|
|