BD2-2880/2890 User’s Manual
70
ESC @
Initializing the Printer
<1B>H<40>H
Clears data stored in the print buffer and brings various settings to the initial state (Default state).
•
Data inside the internal input buffer are not cleared.
•
Dip switches setting are red once again.
LPRINT CHR$ (&H1B) + " ! " + CHR$ (&H30) ;
LPRINT CHR$ (&H1B) + "V" + CHR$ (1);
LPRINT "AAA" + CHR$ (&HA);
LPRINT CHR$ (&H1B) + "@”;
LPRINT "AAA" + CHR$ (&HA);
[Function]
[Code]
[Range]
[Caution]
[Sample Program]
[Print Results]