Commands Arranged by Topic

ASCII

Dec.

Hex.

Description

ESC 7

55

37 Enable Upper Control Codes

 

 

 

Cancels ESC 6

ESC (^nn

40 94

28 5E Print Data as Characters

 

 

 

ESC ( ^ n1 n2 data

 

 

 

n = n1 + n2 x 2 5 6

 

 

 

n: amount of data

 

 

 

data: n byte data for printing as

 

 

 

character

Bit image

 

 

 

ASCII

Dec.

Hex.

Description

 

 

 

ESC * n n

42

2A Select Bit Image

 

 

 

ESC * m n1 n2 data

 

 

 

n = n1 + n2 x 2 5 6

n: Total columns

Total data = (n1 + n2 x 2 5 6 ) x t

Command Summary 8-11