PPTII-A Programming Manual
www.hprt.com
10
ESC FF
[Name]
Print data in the page mode
[Format]
ASCII
ESC
FF
Hex
1B
0C
Decimal
27
12
[Dscription]
Print all buffered data in the printable area collectively in page mode.
[Notes]
1) This command is enable only in page mode.
2) When using label paper, when this command is executed, label location is not
executed.
3) The butter data, ESC T and ESC W set and character set are not deleted after printing.
ESC SP n
[Name]
Set character spacing
[Format]
ASCII
ESC
SP
n
Hex
1B
20
n
Decimal 27
32
n
[Range]
0 ≤ n≤255
[Dscription]
Sets the right-side character spacing to [n×0.125mm(n×0.0049 inch)]
[Notes]
•When characters are enlarged, the character spacing is n times normal value.
• This command sets values independently in each mode (standard and page modes).
[Default]
n=0
ESC ! n
[Name]
Select print mode(s)
[Format]
ASCII
ESC
!
n
Hex
1B
21 n
Decimal
27
33 n
[Range]
0 ≤ n ≤ 255
[Dscription]
Selects print mode(s) using n as follows:
Bit
1/0
HEX
Decimal
Function
0
0
00
0
Character font 0 selected.
1
01
1
Character font 1 selected.
1,2
Undefined.
3
0
00
0
Emphasized mode not selected.
1
08
8
Emphasized mode selected.
4
0
00
0
Double-height mode not selected.
1
10
16
Double-height mode selected.
5
0
00
0
Double-width mode not selected.
1
20
32
Double-width mode selected.
6
Undefined.
7
0
00
0
Underline mode not selected.
1
80
128
Underline mode selected.