Owner's Manual

IBM Commands Arranged by Topic
ASCII
Dec. Hex. Description
ESC\nl
n2 92 5C
Print Characters from Symbol Set
Enables printing of printable
characters assigned to codes below 32
for the next
(n2
x 256 +
nl)
characters
received from the computer.
ESC
A
94 5E
Print One Character from Symbol Set
Enables printing of any printable
character assigned to codes below 32
for the next character.
User-defined characters
ASCII
Dec. Hex. Description
ESC = nn 61 3D
Define User-Defined Characters
ESC = nl n2 n3 n4 n5 n6 data
nl and n2: Total number of characters
to be defined x 13 + 2 = nl + n2 x 256
n3 = 20
n4 = ASCII code of first character
n5 = Attribute byte
n6 = Attribute byte
data: Character data bytes
Graphics
ASCII
Dec. Hex. Description
ESC K
nln2
75
4B
Select Single-Density Graphics Mode
ESC K nl n2
data n = nl + n2 x 256
n: Total columns for graphics
data = n bytes of graphics data
Command Summary
8-19