Programming Codes iTherm
®
280 Programmer’s Guide
Page 124 Rev C 28-07764
ASCII [ESC] Y <n
1
> <n
2
>
Hexadecimal 1BH 59H <n
1
> <n
2
>
Decimal <27> <89> <n
1
> <n
2
>
IPCL none
Description The [ESC] Y <n
1
> <n
2
> command prints <n
1
> + 256 * <n
2
> bytes of double-
density graphics (120 dpi) at full speed with no consecutive dots. (The mode is
generally used to print 120h by 144v dpi resolutions in two passes).
[ESC] Z Print quad-density graphics (240h x 72v dpi)
ASCII [ESC] Z <n
1
> <n
2
>
Hexadecimal 1BH 5AH <n
1
> <n
2
>
Decimal <27> <90> <n
1
> <n
2
>
IPCL none
Description The [ESC] Z <n
1
> <n
2
> command prints <n
1
> + 256 * <n
2
> 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> <n
1
> <n
2
>
Hexadecimal 1BH 2AH <m> <n
1
> <n
2
>
Decimal <27> <42> <m> <n
1
> <n
2
>
IPCL none
Description The [ESC] * <m> <n
1
> <n
2
> command selects one of three graphic modes as
specified by <m>.
Where <m> 0 60 dpi Full speed 8-bit slices
1 120 dpi Half speed 8-bit slices
2 120 dpi Full speed 8-bit slices
3 240 dpi Full speed 8-bit slices
4 80 dpi Full speed 8-bit slices
5 72 dpi Full speed 8-bit slices
6 90 dpi Full speed 8-bit slices
7 144 dpi Full speed 8-bit slices
8,9 Not supported
10 104 x 96 dpi 1 horizontal 1 vertical pass
11 208 x 96 dpi 2 horizontal 1 vertical pass
12 104 x 192 dpi 1 horizontal 2 vertical passes
13 208 x 192 dpi 2 horizontal 2 vertical passes
15,16 Not supported
[ESC] ? Reassign graphic mode
ASCII [ESC] ? <m> <n>