Operating instructions
— 70 —
ESC c 3 n (Parallel Interface Only)
[Function] Selecting the paper near end sensor valid for a paper end
signal output
<1B>H<63>H<33>H<n>
0 ≤ n ≤ 255
This command selects at which paper near end sensor a
paper end signal should be output. Each bit for n has the
following meaning:
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).
This command is valid only for the parallel interface.
A default of n is what has been set with the DIP switch (DS1-
1).
LPRINT CHR$(&H1B);"c3";CHR$(0);
..... When outputting the paper-end signal at the paper
end
LPRINT CHR$(&H1B);"c3";CHR$(1);
..... When outputting the paper-end signal at the paper
near end
Bit
0
1–7
Function
Paper near end
Undefined
0
Disabled
—
1
Enabled
—
Value
[Code]
[Range]
[Outline]
[Caution]
[Default]
[Sample Program]