CBM-253 User’s Manual
65
CITIZEN
[Program example]
LPRINT CHR$ (&H1B) + "c4" + CHR$ (0) ;
LPRINT CHR$ (&H1B) + "c4" + CHR$ (1) ;
ESC c 5 n
[Name] Enabling/disabling of the panel switch
[Code] <1B>H <63>H <35>H <n>
[Defined range] 0 ≤ n ≤ 255
[Function] Changes the LF switch between enabled and disabled.
• Only the lowest bit of n will be effective.
When n = <*******0>B, the LF switch will be enabled.
When n = <*******1>B, the LF switch will be disabled.
[Items requiring caution]
When the panel switch has been disabled using this command, the LF switch will not be
effective. Accordingly, it will not be possible to execute line feeding by operation of the
LF switch.
[Initial value] n = 0
[Program example]
LPRINT CHR$(&H1B) + "c5" + CHR$ (0) ;
LPRINT CHR$(&H1B) + "c5" + CHR$ (1) ;
Situation in which the printing has been
stopped by the paper end detector.
Situation in which the printing has been
stopped by the paper near-end detector.
Situation in which the LF switch
operation is valid.
Situation in which the LF switch
operation is invalid.