Graphics Printing with 9 Print Dots
ESC ^
Data Structure
ASCII ESC "^" <m> <n
1
><n
2
>
hex. 1B 5E <m> <n
1
><n
2
>
dec. 27 94 <m> <n
1
><n
2
>
Description
With this Escape sequence, graphics printing with 9 print dots per dot row is selected. For
each row of dots two graphics bytes are required. The first byte controls the upper eight
print dots and the second controls only the lowest print dot.
m = 0 selects normal graphics resolution (60 dpi).
m = 1 selects double graphics resolution (120 dpi).
The data following the graphics ESC sequence are printed as a dot pattern. The parame-
ters n1 and n2 define the number of graphics bytes.
Print Head Data Byte Value
Needle 1
•
Bit 7 128
2
•
Bit 6 64
3
•
Bit 5 32
4
•
Bit 4 16
5
•
Bit 3 8
6
•
Bit 2 4
7
•
Bit 1 2
8
•
Bit 0 1
9
•
Bit 7 128
Byte 1
Byte 2
Graphics
71