[Name]
Turn 90
°
clockwise rotation mode on/off.
[Format] ASCII ESC V
n
Hex
1B 56 n
Decimal
27 86 n
[Range] 0
≤
n
≤
1, 48
≤
n
≤
49
[Description] Turns
90
°
clockwise rotation mode on/off
n
is used as follows:
n Function
0,48
Turn off 90
°
clockwise rotation mode
1,49
Turns on 90
°
clockwise rotation mode
ESC W xL xH yL yH dxL dxH dyL dyH
[Name]
Set printing area in page mode
[Format]
ASCII
ESC
W
xL xH yL yH dxL dxH dyL
dyH
Hex
1B
57
xL xH yL yH dxL dxH dyL
dyH
Decimal
27
87
xL xH yL yH dxL dxH dyL
dyH
[Range] 0
≤
xL, xH, yL, yH, dxL, dxH, dyL, dyH
≤
255(except dxL=dxH=0 or dyL
=dyH=0)
[Description]
The horizontal starting position, vertical staring position, printing area
width, and printing area height are defined as x0, y0, dx (inch),
respectively.
x0 = [(xL + xH x 256)] x (horizontal motion unit)]
y0 = [(yL + yH x 256)] x (vertical motion unit)]
dx = [(dxL + dxH x 256)] x (horizontal motion unit)]
dy = [(dyL + dyH x 256)] x (horizontal motion unit)]
The printing area is set as shown in the figure below.
ESC \ nL nH
[Name]
Set relative print position.
[Format] ASCII ESC \
nL nH
Hex
1B 5C nL nH
Decimal
27 92 nL nH
[Range] 0
≤
nL
≤
255
0
≤
nH
≤
255
[Description] Set the print starting position based on the current position by
using the horizontal or vertical motion unit.
This command sets the distance from the current position to
[(nL + nH × 256) x horizontal or vertical motion unit]
ESC a n
[Name]
Select justification.
[Format] ASCII ESC a
n
Hex
1B 61 n
Decimal
27 97 n
[Range] 0
≤
n
≤
2, 48
≤
n
≤
50
[Description] Aligns all the data in one line to the specified position.
n selects the type of justification as follows:
n Justification