Specifications

Confidential
SHEET
85
NO.
SHEET
REVISION
H
TITLE
NEXT
86
TM-U590 series
Specification
(STANDARD)
ESC M can also select character font types. However the setting of the last
received command is effective.
If the underline mode is selected, the lowest dot is printed in the same position as
the underline. Therefore, some characters may be hard to see.
[Default] n = 0
[Reference] ESC -, ESC E, ESC M, GS !
ESC $ n
L
n
H
[Name] Set absolute print position
[Format] ASCII ESC $ n
L
n
H
Hex 1B 24 n
L nH
Decimal 27 36 n
L
n
H
[Range] 0 n
L
255
0 n
H
255
[Description] Sets the distance from the beginning of the line to the position at which subsequent
characters are to be printed.
The distance from the beginning of the line to the print position is
[(n
L
+ n
H
× 256) × (vertical or horizontal motion unit)] inches.
[Notes] Settings outside the specified printable area are ignored.
The horizontal and vertical motion unit are specified by GS P.
The GS P command can change the horizontal (and vertical) motion unit.
However, the value cannot be less than the minimum horizontal movement
amount, and it must be in even units of the minimum horizontal movement
amount.
In standard mode, the horizontal motion unit (x) is used.
In page mode, the horizontal or vertical motion unit differs, depending on the
starting position of the printable area as follows:
1 When the starting position is set to the upper left or lower right of the printable
area using ESC T, the horizontal motion unit (x) is used.
2 When the starting position is set to the upper right or lower left of the printable
area using ESC T, the vertical motion unit (y) is used.
[Reference] ESC \, GS $, GS \, GS P