User`s manual

BD2-2880/2890 User’s Manual
56
ESC c5 n
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
Condition
0 LFSW valid.
1 LFSW invalid.
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);
………
When enabling the LF switch
LPRINT CHR$ (&H1B) + "c5" + CHR$ (1);
………
When disabling the LF switch
[Function]
[Code]
[Range]
[Outline]
[Caution]
[Default]
[Sample Program]