ESC ?

 

 

 

Reassign Graphics Mode

Format:

 

 

 

 

ASCII code: ESC ? s

m

Decimal:

27

63

s

m

Hexadecimal:

1B

3F

s

m

Comments:

Changes one graphics mode to another. The variable s is a character (K, L, Y or Z), which is reassigned to a mode m (0-7). (See ESC * for graphic modes.)

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

Command Summary 8-39