Specifications

Confidential
SHEET
105
NO.
SHEET
REVISION
I
TITLE
NEXT
106
TM-H5000II
IIII
II series
Specification
(STANDARD)
When some characters in a line are double or more height, all the characters in
the line are aligned at the baseline.
ESC E can also turn on or off emphasized mode. However, the setting of the last
received command is effective.
ESC
can also turn on or off underline mode. However, the setting of the last
received command is effective.
GS ! can also select character size. However, the setting of the last received
command is effective.
ESC M can also select character font types. However the setting of the last
received command is effective.
[Notes] If the underline is specified in slip, the print character may not be easy to read
since the lowest dot of the character overwrites the underline. Therefore, the
user must take this in consideration.
[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 nH
Hex 1B 24 n
L
n
H
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.
[Details] Settings outside the specified printable area are ignored.
The horizontal and vertical motion units 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 motion amount,
and it must be in even units of the minimum horizontal motion 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:
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.
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