C O N F I D E N T I A L
ESC o
EXECUTING 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 #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);
Print Sample
YOUR RECEIPT
Thank you
Call again
AAAAA
Mechanism control commands ESC o | Ver. 1.0 p. 54 |