ESC FF
[Name]
Print data in page mode
[Format]
ASCII ESC
FF
Hex
1B
0C
Decimal 27
12
[Description] In page mode, prints all buffered data in the printing area collectively.
ESC SP n
[Name]
Set right-side character spacing.
[Format] ASCII ESC SP
n
Hex
1B 20 n
Decimal
27 32 n
[Range] 0
≤
n
≤
255
[Description] Sets the character spacing for the right side of the character to [n x
horizontal or vertical motion units].
ESC ! n
[Name]
Select print modes.
[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:
Bit Off/On Hex Decimal Function
Off
00
0
Character font A (12 × 24)
0
On
01
1
Character font B (9 × 17)
1
-
-
-
Undefined.
2
-
-
-
Undefined.
Off
00
0
Emphasized mode not selected.
3
On
08
8
Emphasized mode selected.
Off
00
0
Double-height mode not selected.
4
On
10
16
Double-height mode selected.
Off
00
0
Double-width mode not selected.
5
On
20
32
Double-width mode selected.
6
-
-
-
Undefined.
Off
00
0
Underline mode not selected.
7
On
80
128
Underline mode selected.