Epson RP-U420 All in One Printer User Manual


 
CONFIDENTIAL
RP-U420 Mechanism control commands ESC o
Ver. 1.0
p. 54
ESC o
E
XECUTING
COMMAND
[Name]
Stamp
[Format]
ASCII ESC o
Hex 1B 6F
Decimal 27 111
[Range]
None
[Default]
None
[Description]
Executes a stamp operation on the receipt.
[Notes] This command is enabled only when processed at the beginning of a line.
If a receipt is not selected as the paper source, this command is ignored.
Program Example Print Sample
PRINT #1,CHR$(&H1B);"c0";CHR$(2);
Select paper type
PRINT #1,CHR$(&H1B);"o";
Stamp
PRINT #1,CHR$(&H1B);"d";CHR$(13);
PRINT #1," AAAAA";CHR$(&HA);
YOUR RECEIPT
Thank you
Call again
AAAAA
Mechanism control commands