Epson RP-U420 All in One Printer User Manual


 
CONFIDENTIAL
RP-U420 Miscellaneous commands ESC =
Ver. 1.0
p. 42
ESC =
S
ETTING
COMMAND
[Name]
Select device
[Format]
ASCII ESC =
n
Hex 1B 3D
n
Decimal 27 61
n
[Range]
1
n
3
[Default]
n
= 1
[Description]
Selects the device to which the host computer sends data, using
n
as follows:
[Notes] When the printer is disabled, it ignores all data except for real-time commands until it is enabled by this
command.
n
Function
1 Enables printer
2 Enables customer display
3 Enables printer and customer display
Program Example Print Sample
AAAAA CCCCC
PRINT #1, CHR$(&H1B);"=";CHR$(1);
Only printer selected
PRINT #1, "AAAAA";
PRINT #1, CHR$(&H1B);"=";CHR$(2);
Only customer display selected
PRINT #1, "BBBBB";
PRINT #1, CHR$(&H1B);"=";CHR$(3);
Both printer and customer display selected
PRINT #1, " CCCCC"; CHR$(&HA);
Customer Display Sample
BBBBB
BBBBB CCCCC
Miscellaneous commands