Operating instructions
— 62 —
ESC @
[Function]
[Code]
[Outline]
Initializing the printer
<1B> H <40> H
Clears data stored in the print buffer and brings various
settings to the initial state (Default state).
• Dip switches setting are not read once again.
• Data inside the internal input buffer are not cleared.
• Macro definition content is not cleared.
LPRINT CHR$ (&H1B) ; " ! " ; CHR$ (&H30) ;
LPRINT CHR$ (&H1B) ; "V" ; CHR$ (1) ;
LPRINT "AAA" ; CHR$ (&HA) ;
LPRINT CHR$ (&H1B) ; "@" ;
LPRINT "AAA" ; CHR$ (&HA) ;
END
[Caution]
[Sample Program]
[Print Results]
A
A
A
AAA
Each setting has been
initialized by the reset
command.
<