- 333 -
ESC @
CT-S280 CT-S300 CT-S2000 CT-S4000 BD2-2220 PMUseries
Supportmodel
CT-S281
CT-S310 CT-S801/851 CT-S601/651 CT-P29x series CT-S310II
[Function] Initializingthe printer
[Code] <1B>H<40>H
[Outline] [The specification which is commontothemodel]
•Clearsdata storedinthe print buffer andbrings various settingstothe initial state (Default state).
[Caution] [The specification which is commontothemodel]
•The settings of DIPswitchesarenotread again.
•Data inside theinternal inputbuffer is notcleared.
•Macro definitions arenotcleared.
•NV bit image definitions are not cleared.
•Data inthe user NV memoryisnot cleared.
[Sample Program]
LPRINTCHR$(&H1B);"!";CHR$(&H30);
LPRINTCHR$(&H1B);"V";CHR$(1);
LPRINT"AAA"; CHR$(&HA);
LPRINTCHR$(&H1B);"@";
LPRINT"AAA"; CHR$(&HA);
[PrintResults]
Each settinghasbeen initialized bythiscommand.