Epson RP-U420 All in One Printer User Manual


 
CONFIDENTIAL
RP-U420 Paper sensor commands ESC c 3
Ver. 1.0
p. 49
ESC c 3
S
ETTING
COMMAND
[Name]
Select paper sensor(s) to output paper-end signals
[Format]
ASCII ESC c 3
n
Hex 1B 63 33
n
Decimal 279951
n
[Range]
0
n
255
[Default]
n
= 0
[Description]
Selects the paper sensor(s) to output paper-end signals
Each bit of
n
is used as follows:
[Notes] The command is available only with a parallel interface and is ignored with a serial interface.
When all the sensors are disabled, the paper-end signal always outputs a paper present status.
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);"c3";CHR$(1); Journal near-end sensor enabled
Paper sensor commands