User`s manual
BD2-2860 User’s Manual
CITIZEN
46
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] [Print Results]
LPRINT CHR$ (&H1B) + " ! " + CHR$ (&H30) ;
LPRINT CHR$ (&H1B) + "V" + CHR$ (1);
LPRINT "AAA" + CHR$ (&HA);
LPRINT CHR$ (&H1B) + "@”;
LPRINT "AAA" + CHR$ (&HA);