Herunterladen Inhalt Inhalt Diese Seite drucken

Citizen CBM1000 Bedienungsanleitung Seite 87

Vorschau ausblenden Andere Handbücher für CBM1000:
Inhaltsverzeichnis

Werbung

ESC @
[Function]
[Code]
[Outline]
[Caution]
[Sample Program]
[Print Results]
Initializing the printer
<1B>H<40>H
Clears data stored in the print buffer and brings various settings
to the initial state (Default state).
• The settings of DIP switches are not read again.
• Data inside the internal input buffer is not cleared.
• Macro definitions are not cleared.
• NV bit image definitions are not cleared.
• Data in the user NV memory 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
← Each setting has been
A A A
initialized by this command.
— 69 —

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis