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 n1 YL~

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 (60 dpi) and 1 for double (120 dpi). The total number of columns = n1 + (n2 X 256). This mode requires two data items for each column of print.

8-40

Command Summary