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 (O-7).

ESC A

 

 

 

 

Select 9-Pin Graphics Mode

Format:

 

 

 

 

 

ASCII code:

ESC

^

m

nl

n2

Decimal:

27

94

m

nl

n2

H e x a d e c i m a l : 1 B S E m n l n 2

Comments:

Turns on 9-pin graphics mode. For this command the variable m defines density of print: 0 for single (60 dpi) and 1 for double (120 dpi). The total number of columns = nl + (n2 X 256). This mode requires two data items for each column of print.

8-40

Command Summary