iDP3221User ’sManual
74 CITIZEN
ESC c 3 n
[Function] Selectingthe paper near end sensor validfor a paper end signal output
[Code] <1B>H<63>H<33>H<n>
[Range] 0 n255
[Outline] This command selects at which paper near end sensor a paper end signal should be output.
Each bit for "n" has the following meaning:
Valu e
Bit Position 01
0 Paper near end Disabled Enabled
17Undefined
This printer can onlyselect one kind of paper end detection, a paper-near-end sensor. "n"is
validfor the least significantbit (n0).
[Caution] Thiscommand is valid only for the parallel interface.
[Default] n = 0
[SampleP rogram]
LPRINTCHR$(&H1B);"c3";CHR$(0);
•••••••When outputting the paper-endsignal at the paper end
LPRINTCHR$(&H1B);"c3";CHR$(1);
•••••••When outputting the paper-endsignal at the paper near end
ESC c 4 n
[Function] Selecting the paper near end sensor valid for printstop
[Code] <1B>H<63>H<34>H<n>
[Range] 0 n255
[Outline] This command selects at which paper nearend sensor printing should be stopped. Each bit
for "n" has the following meaning:
Valu e
Bit Position 01
0 Paper near end Disabled Enabled
17Undefined
This printer can only select one kind of paper-end detection, a paper-near-end sensor. "n"
is valid for the least significant bit (n0).
[Default] n = 0
[SampleP rogram]
LPRINTCHR$(&H1B);"c4";CHR$(0);
•••••••When stoppingprinting at the paper end
LPRINTCHR$(&H1B);"c4";CHR$(1);
•••••••When stopping printingat the paper near end