Operating instructions
— 71 —
ESC c 5 n
[Function]
[Code]
[Range]
[Outline]
Enabling/Disabling the panel switches
<1B> H <63> H <35> H <n>
0 ≤ n ≤ 255
Selecting the FEED switch valid/invalid.
• “n” is valid only in the lowest bit (n0).
• Control by the lowest bit (n0) is shown as follows.
When the panel switch is disabled with this command, the
FEED switch is disabled. Therefore, the paper cannot be fed
by operating the FEED switch.
n = 0
LPRINT CHR$ (&H1B) ; "c5" ; CHR$ (0) ;
..... When enabling the FEED switch
LPRINT CHR$ (&H1B) ; "c5" ; CHR$ (1) ;
..... When disabling the FEED switch
n0
0
1
Condition
FEED switch valid.
FEED switch invalid.
[Caution]
[Default]
[Sample Program]