User guide

A795 User Guide: Programming Supplement
Chapter 4: Programming commands
97
Select print direction in page mode
ASCII ESC T n
Hexadecimal 1B 54 n
Decimal 27 84 n
Value of n: Start position
0 = Upper left corner proceeding
across page to the right (A)
1 = Lower left corner proceeding
up the page (B)
2 = Lower right corner proceeding
across page to the left
(upside down) (C)
3 = Upper right corner proceeding
down page (D)
Default: 0
Selects the printing direction and start position in page
mode. See the illustration on previous page.
The command can be sent multiple times so that several
different print areas, aligned in different print directions,
can be developed in the printers page buffer before
being printed using the print page mode commands
(0C or 1B 0C).
Exceptions
The command is valid only in page mode.
The command is ignored if the value of n is out of the
specified range.
A
D
C
B