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 (^
nl
n2
data
n = nl + n2
x
2 5 6
n:
amount of data
data:
n
byte data for printing as
character
Bit image
ASCII
Dec.
Hex.
Description
ESC * nn
42
2A
Select Bit Image
ESC * m
nl n2
d a t a
n =
n1 + n2
x
2 5 6
n: Total columns
Total data =
(n1 +
n2
x
256)
x t
Command Summary
8-11