Citizen CBM-270 User Manual page 64

Line thermal printer
Hide thumbs Also See for CBM-270:
Table of Contents

Advertisement

ESC
c
5
[Function]
Enabling/Disabling the panel switches
[Code]
<1B> H <63> H <35> H <n>
0 ≤ n ≤ 255
[Range]
[Outline]
Selecting the LF switch valid/invalid.
• "n" is valid only in the lowest bit (n0).
• "n" bit means the followings.
[Caution]
When the panel switch is disabled with this command, the LF switch is disabled.
the paper cannot be fed by operating the LF switch.
[Default]
n = 0
[Sample Program]
LPRINT CHR$ (&H1B) ; "c5" ; CHR$ (0) ; •••••• When enabling the LF switch
LPRINT CHR$ (&H1B) ; "c5" ; CHR$ (1) ; •••••• When disabling the LF switch
ESC
d
n
[Function]
Printing and feeding the paper by n lines
[Code]
<1B> H <64> H <n>
0 ≤ n ≤ 255
[Range]
[Outline]
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.
[Default]
[Sample Program]
LPRINT "AAAAA"
LPRINT CHR$ (&H1B) ; "d" ; CHR$ (2) ;
LPRINT "AAAAA" ; CHR$ (&HA) ;
END
[Print Results]
n
n0
0
LF SW valid.
1
LF SW invalid.
Condition
49
CBM-270 User's Manual
Therefore,
CITIZEN

Advertisement

Table of Contents
loading

Table of Contents