Commands Arranged by Topic
ESC Z
Select Quadruple-density Graphics Mode
Format:
ASCII code:
ESC Z n1 n2
Decimal: 27 90 n1 n2
Hexadecimal: 1B 5A n1 n2
Comments:
Turns on 8-pin, quadruple-density graphics mode. The total
number of columns = n1 + (n2 x 256).
ESC * Select Graphics Mode
Format:
ASCII code:
ESC * m n1 n2
Decimal:
27 42 m n1 n2
Hexadecimal: 1B 2A m n1 n2
Comments:
Turns on graphics mode m. Refer to the following table for details on
the available modes. The total number of columns =
n1 +
(n2 x 256).
Option
Pins m
Single-density
8
0
Double-density
8
1
High-speed double-density*
8 2
Quadruple-density*
8 3
CRT I
8 4
CRT II
8 6
Single-density
24 32
Double-density
24
33
CRT III
24 38
Triple-density
24 39
Hex-density*
24 40
Horiz. density
(dots/in)
60
120
120
240
80
90
60
120
90
180
360
l Adjacent dots cannot be printed in this mode.
Command Summary
9-39