Epson RP-U420 All in One Printer User Manual


 
CONFIDENTIAL
RP-U420 Paper sensor commands ESC c 4
Ver. 1.0
p. 50
ESC c 4
S
ETTING
COMMAND
[Name]
Select paper sensor(s) to stop printing
[Format]
ASCII ESC c 4
n
Hex 1B 63 34
n
Decimal 279952
n
[Range]
0
n
255
[Default]
n
= 0
[Description]
Selects the paper sensor(s) to use to stop printing when a paper end is detected, using
n
as follows:
[Notes] When all of the following conditions are satisfied, the printer stops printing:
Paper near-end sensor(s) is enabled
The applicable sensor(s) detects a paper end
The print sheet(s) for the applicable sensor(s) is selected
If the paper near-end sensor for the print sheet to be disabled detects a paper end, the printer executes
paper LED light processing only.
Bit Off/On Hex Decimal Function
0 Off 00 0 Journal near-end sensor disabled
On 01 1 Journal near-end sensor enabled
1 Off 00 0 Receipt near-end sensor disabled
On 02 2 Receipt near-end sensor enabled
2-7 Off 00 0 Reserved
Program Example
PRINT #1, CHR$(&H1B);"c4";CHR$(1);
Journal near-end sensor enabled
Paper sensor commands