User`s manual
Confidential
RS-T80 Programming Manual
- 84 -
1B 24 32 00(set absolute honzontal starting position to be 50/203 inches)
42
1B 24 64 00(set absolute honzontal starting position to be 100/203 inches)
43
0A(newline)
1B 24 00 00(set absolute honzontal starting position to be starting point)
41
1B 5C 32 00(set absolute honzontal starting position to be 50/203 inches)
1B 5C 64 00(set relative honzontal starting position to be 100/203 inches)
43
0A(newline)
0C(print in page mode)
Results:
ESC \ nL nH
[Function] Sets 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)
× horizontal or vertical motion unit]
[Format] ASCII ESC \ nL nH
Hex 1B 5C nL nH
Decimal 27 92 nL nH
[Range] 0 ≤ nL ≤ 255
0 ≤ nH ≤ 255
[Notes] · Any setting that exceeds the printable area is ignored.
· When pitch N is specified to the right: nL+ nH × 256 = N
When pitch N is specified to the left (the negative direction), use the
complement of 65536.
When pitch N is specified to the left: nL+ nH × 256 = 65536 - N