Herunterladen Inhalt Inhalt Diese Seite drucken

Citizen CBM-292 Bedienungsanleitung Seite 62

Line thermal printer
Inhaltsverzeichnis

Werbung

ESC
c5
n
[Function]
[Code]
[Range]
[Outline]
[Caution]
[Default]
[Sample Program]
ESC
d
n
[Function]
[Code]
[Range]
[Outline]
[Default]
[Sample Program]
[Print Results]
Enabling/Disabling Panel Switches
<1B>H<63>H<35>H<n>
{0 ≤ n ≤ FF}
Data is described in Hex code.
Selecting the LF switch valid/invalid.
• "n" is valid only in the lowest bit (n0).
• "n" bit means the followings.
n0
0
1
When the panel switch is disabled with this command, the LF switch is disabled.
Therefore, the paper cannot be fed by operating the LF switch.
• The initial value of n is "0".
LPRINT CHR$ (&H1B) + "c5" + CHR$ (0) ;
LPRINT CHR$ (&H1B) + "c5" + CHR$ (1) ;
Printing and Feeding the paper by n lines
<1B>H<64>H<n>
∗ {0 ≤ n ≤ FF}
Data is described in Hex code.
Prints data inside the buffer and feeds paper by n lines.
• Specified line does not remain.
• The beginning of the line is to be considered as the next printing start position.
• The initial value is not defined.
LPRINT "AAAAA"
LPRINT CHR$ (&H1B) + "d" + CHR$ (2) ;
LPRINT "AAAAA" + CHR$ (&HA) ;
Condition
LFSW valid.
LFSW invalid.
..........
When enabling the LF switch
..........
When disabling the LF switch
61
CBM-292/293 User's Manual
CITIZEN

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis