ESC \
Print Characters from Symbol Set
Format:
ASCII code:
ESC \ n1
n 2 d a t a
Decimal:
27
92 n1
n 2 d a t a
Hexadecimal:
1B 5C
n 1
n 2 d a t a
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