Star Micronics XR-1520 Printer User Manual


 
Relative horizontal tab
Mode
ASCII
Decimal Hexadecimal
Std.
&SC> ‘T’ nl n2
27 92 nl n2 10 5C nl n2
Moves the print position right or left a specified distance. Ignored if
the resulting position is beyond the right or left margin. The formulas
for the distance and direction are as follows:
If n2 is between 0 and 63, the print head moves right by (nl + n2 x
256) dots.
If you want to move the print head to the left, nZ and n2 are obtained
by subtracting the value from 65536, and dividing the result into
high and low bytes.
i L
9.
Absolute horizontal tab in inches
L
L
.
L
Mode ASCII
Decimal Hexadecimal
Std. cESC> ‘3” nl n2 27 36 nl n2
10 24 nl n2
Sets the next print position to (nl + n2 x 256)/60 inches from the left
margin on the current line. Ignored if this position is beyond the right
margin.
Absolute horizontal tab in columns
Mode ASCII Decimal Hexadecimal
Std. <ESC> “f’ “0” n 27 102 46 n 106630 n
<ESC> “f’ CO> n 27 102 0 n lB66W n
Moves thenextprintpositiontocolurnnnfromtheleftmargin, where
n is between 0 and 127.
89