User`s manual

ESC 5
Format:
ASCII code:
ESC
5
Decimal:
27
53
Hexadecimal:
1 B
35
Comments:
Cancels the mode selected by ESC
4.
Cancel Italic Mode
ESC R
Select an International Character Set
Format:
ASCII code:
ESC
R
(n)
Decimal:
27
82 (n)
Hexadecimal: 1B
52 (n)
Comments:
See Chapter 5 for details on this command.
ESC m
Format:
ASCII code:
ESC
Decimal :
27
Hexadecimal: 1B
Comments:
Select Special Graphics Characters
(n)
109 (n)
6D (n)
Selects the special graphics character set, which is stored in ASCII
positions
128
to
159.
Format in BASIC:
CHR$(27);“m”;CHR$(n)
where n toggles the character set on and off:
4 turns the graphics characters ON,
0
turns them OFF.
The printout below shows all of the characters printed in pica.
These characters cannot be used with DIP switch
2-2
off. See “Prob-
lem Codes” in Appendix E for further details.
C-10