ESC ?
Reassign Graphics Mode
Format:
ASCII code:
ESC ? s
n
Decimal:
27 63
s
n
Hexadecimal:
1B 3F s
n
Comments:
Changes one graphics mode to another. The variable s is a character
(K, L, Y or Z), which is reassigned to a mode n (0-7).
ESC ^
Select 9-Pin Graphics Mode
Format:
ASCII code:
ESC *
m n1 n2
Decimal:
27
94 m n1 n2
Hexadecimal:
1B 5E
m n1 n2
Comments:
Turns on 9-pin Graphics Mode. For this command the variable m
defines density of print (0 for single and 1 for double). The total
number of columns = nl + (n2
x
256). This mode requires two
data items for each column of print.
Command Summary
A - 3 5