5-4 Commands
ESC !
n
[Name] Select print mode(s)
[Format] ASCII ESC !
n
Hex 1B 21
n
Decimal 27 33
n
[Range] 0 ≤
n
≤ 255
[Description] Selects print mode(s) using
n
as follows:
• Determine the values of
n
by adding the values of all the
characteristics you want to select.
ESC $
n
L
n
H
[Name] Set absolute print position
[Format] ASCII ESC $
n
L
n
H
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 print starting position from the beginning of the line.
• The distance from the beginning of the line to the print
position is [(
n
L
+
n
H
× 256) × (vertical or horizontal motion
unit)].
Bit Off/On Hex Decimal Function
0
Off 00 0 Character font A (12 x 24).
On 01 1 Character font B (9 x 24).
1, 2 - - - Undefined.
3
Off 00 0 Emphasized mode not selected.
On 08 8 Emphasized mode selected.
4
Off 00 0 Double-height mode not selected.
On 10 16 Double-height mode selected.
5
Off 00 0 Double-width mode not selected.
On 20 32 Double-width mode selected.
6 - - - Undefined.
7
Off 00 0 Underline mode not selected.
On 80 128 Underline mode selected.