Citizen PPU-231 Printer User Manual


 
PPU-231 User’s Manual
52
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.
Dip switches 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.