Character - Epson L60IIP - TM B/W Direct Thermal Printer Information Manual

Information guide
Table of Contents

Advertisement

ESC { n
[Name]
Turn upside-down printing mode on/off
[Format]
ASCII
Hex
Decimal
[Range]
0
n
255
ESC { n turns upside-down printing mode on or off. When the LSB (least significant bit) of n is 1,
upside-down printing mode is turned on; when it is 0, upside-down printing mode is turned off. The
default setting is n=0. When upside-down mode is turned on, the printer prints 180°-rotated
characters from right to left. The line printing order is not reversed; therefore be careful of the order of
the data transmitted. In standard mode, this command is enabled only when input at the beginning of
a line. In page mode, an internal flag is activated and this command is enabled when the printer
returns to standard mode.
Program Example
PRINT #1, CHR$(&H1B);"{";CHR$(0);
GOSUB printing
PRINT #1, CHR$(&H1B);"{";CHR$(1);
GOSUB printing
END
printing:
PRINT #1, "ABCDE"; CHR$(&HA);
PRINT #1, "BCDEF"; CHR$(&HA);
RETURN
1-20 Command Descriptions
ESC
{
n
n
1B
7B
27
123
n
(Only the least significant bit of n is enabled.)
Cancel
Select
Print Sample
Normal printing
ABCDE
BCDEF
ABCDE
BCDEF
Upside-down
printing
Rev. A

Advertisement

Table of Contents
loading

This manual is also suitable for:

Esc/pos tm-l60iiEsc/pos tm-l60iip

Table of Contents