User`s manual
CBM-292/293 User’s Manual
54 CITIZEN
ESC @
[Function] Initializing the Printer
[Code] <1B>H<40>H
[Range] Clears data stored in the print buffer and brings various settings to the initial state
(Default state).
[Caution]
•
Data inside the internal input buffer are not cleared.
•
Dipswitches setting are red once again.
[Sample Program]
LPRINT CHR$ (&H1B) + " ! " + CHR$ (&H30) ;
LPRINT CHR$ (&H1B) + "V" + CHR$ (1) ;
LPRINT "AAA" + CHR$ (&HA) ;
LPRINT CHR$ (&H1B) + "@" ;
LPRINT "AAA" + CHR$ (&HA) ;
[Print Results]
←
Each setting are initialized by reset command.