Printek 4503 User Manual
Page 54

Epson FX Emulation
Page 3-26
m DPI Graphics
ESC * m n1 n2 data
Selects eight wire graphics of density m as listed in the following table for
n1 + (n2 x
256) columns of data.
m
Density _______
0
60 dpi (same as ESC K)
1
120 dpi (same as ESC L)
2
120 dpi high speed (same as ESC Y)
3
240 dpi high speed (same as ESC Z)
4
80 dpi
5
72 dpi
6
90 dpi
7
144 dpi
Example: The following escape sequence will print four bytes of graphics data at 72
x 72 dpi. The resulting figure will resemble a square, since the horizontal and vertical
density are the same. If some other density is chosen, the figure will resemble a
rectangle.
Escape Sequence:
ESC
*
5
4
0
<
<
<
<
Hexadecimal:
1B
2A
05
04
00
3C
3C
3C
3C