A SERVICE OF

logo

iTherm
®
280 Programmer’s Guide Programming Codes
28-07764 Rev C Page 205
Print Position Commands
Function Set Print Position to the beginning of print line
ASCII [GS] T <n>
Hexadecimal 1DH 54H <n
l
> <n
h
>
Decimal <29> <84> <n
l
> <n
h
>
Range 0 n 1
48 n 49
Description The GS T <n> command sets the print position to the beginning of the print line.
<n> Function
0, 48 Sets the print position after the data in the print buffer is deleted.
1, 49 Sets the print position after the data in the print buffer is printed
When printing is specifies (n=1,49), the printer prints the data in the print buffer
and executes a line feed based on the line feed amount set.
When deleting is specified (n=0,48), the printer cancels the print data in the print
buffer, and keeps other data or setting values except for the print data.
Function Set Absolute Print Position
ASCII [ESC] $ <n
l
> <n
h
>
Hexadecimal 1BH 24H <n
l
> <n
h
>
Decimal <27> <36> <n
l
> <n
h
>
Range 0 n
l
255
0 n
h
255
Description The ESC $ <n
l
> <n
h
> command sets the print starting position from the beginning
of the line.
Function Set Relative Print Position
ASCII [ESC] \ <n
l
> <n
h
>
Hexadecimal 1BH 5CH <n
l
> <n
h
>
Decimal <27> <92> <n
l
> <n
h
>
Range 0 n
l
255
0 n
h
255
Description The ESC \ <n
l
> <n
h
> command sets the print starting position based on the
current position and the distance from the current position to [(n
l
+ n
h
x 256) x
horizontal unit]. When standard more is selected, the horizontal motion unit set
by GS P is used. When page mode is selected, the horizontal or vertical motion
unot set by GS P is used for the print direction set by ESC T.