ESC ?

 

 

Reassign Graphics Mode

Format:

 

 

 

 

ASCII code:

ESC

?

S

n

Decimal:

27

63

S

n

H e x a d e c i m a l : 1 B

3F

S

n

Comments:

Changes one graphics mode to another. The variable s is a character (K, L, or Z), which is reassigned to a mode n (0-6).

ESC A

 

 

Select 9-Pin Graphics Mode

Format:

 

 

 

 

 

ASCII code:

ESC

L

m

n 1

n 2

Decimal:

27

94

m

n 1

n 2

H e x a d e c i m a l : 1 B

5E

m

n 1

n 2

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 column = n1 + (n2 X 256). This mode requires two data items for each column of print.

9-36 Command Summary