PPTII-A Programming Manual
www.hprt.com
19
ESC S
[Name]
Select standard mode
[Format]
ASCII
ESC
S
Hex
1B
53
Decimal
27
83
[Dscription]
Switches from page mode to standard mode.
[Notes]
1) this command is effective only in page mode.
2) Data in print buffer is cleared.
3) This command sets the print position to the beginning of the line.
4) Standard mode is selected as the default
5) This command returns the values to default value in standard mode:
a. set right-side character spacing: ESC SP, FS S
b. select line spacing: ESC 2, ESC 3
ESC T n
[Name]
Select character font
[Format]
ASCII
ESC
T
n
Hex
1B
54
n
Decimal
27
84
n
[Range]
0 ≤ n ≤ 3, 48 ≤ n ≤ 51
[Dscription]
Set the print direction and starting position in page mode specified by n as shown
below:
n
Print Direction
Starting Position
0,48
Left to right
Upper left
(A in the figure)
1,49
Bottom to top
Lower left
(B in the figure)
2,50
Right to left
Lower right
(C in the figure)
3,51
Top to bottom
Upper right
(D in the figure)
[Notes]
1) this command is processed in standard mode, an internal flag is activated and this
command is enabled when the printer returns to page mode.
2) this command set the starting position of printing data in the printing area.
[Default]
n = 0