CBM-202PC-04 User’s Manual
64
CITIZEN
ESC c5 n
[Function]
Enabling/Disabling the Panel Switches
[Code]
<1B>H<63>H<35>H<n>
[Range]
{0 n FF} Data is described in Hex code.
[Outline]
Selecting the LF switch valid/invalid by LFSW(Pin 2).
• "n" is valid only in the lowest bit (n0).
• "n" bit means the followings.
n0
Condition
0
LF SW valid.
1
LF SW invalid.
[Caution]
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.
[Default]
• The initial value of n is "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>
[Range]
* {0 n FF} Data is described in Hex code.
[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.
[Default]
• The initial value is not defined.
[Sample Program]
LPRINT "AAAAA"
LPRINT CHR$ (&H1B) + "d" + CHR$ (2) ;
LPRINT "AAAAA" + CHR$ (&HA) ;
[Print Results]
Содержание CBM-202PC-04
Страница 32: ...CBM 202PC 04 User s Manual 32 CITIZEN...
Страница 38: ...CBM 202PC 04 User s Manual 38 CITIZEN 8 SPECIFICATIONS OF PACKAGE...
Страница 86: ...CBM 202PC 04 User s Manual 86 CITIZEN 11 CHARACTER CODE TABLE 11 1 International...
Страница 87: ...CBM 202PC 04 User s Manual 87 CITIZEN 11 2 Domestic...
Страница 88: ...CBM 202PC 04 User s Manual 88 CITIZEN 11 3 International Character Set...