User's Manual

Esc \
Print Characters from Symbol Set
Format:
ASCII code:
ESC \ n7
n2 data
Decimal:
27 92 n1
n2 data
Hexadecimal: 1B
5C n1
n2 data
Comments:
Prints a number of characters from the symbol set. The number of
characters = nl + (n2 x 256). See the character tables in Appendix
B for the symbol set and the codes to use for data.
ESC ^
Print One Character from Symbol Set
Format:
ASCII code:
ESC ^ c
Decimal:
27 94 c
Hexadecimal: 1B
5E c
Comments:
Prints a single character (c) from the symbol set. See the character
tables in Appendix B for the symbol set and the codes to use
for c.
A-44
Command Summary