1-

Set horizontal tab stop every ncolumns

Mode ASCII Decimal Hexadecimal
std. <ESC> “e” <0> // 27 101 0)1 IB 65 00 r?
Cancelsall currenthorizontal tab stops andsets new tab stops every
ncolumns, where nisbetween 1and 127.

Reset all tab stops

ModeIASCII Decimal Hexadecimal 1
IIBM <ESC> ‘“R” 27 82 IB 52
Resetsthe horizontal tab stops to their power-up values in which a
tab stop is setevery 8column starting at column 9. Also clears all
vertical tab stops.

Horizontal tab

Mode ASCII Decimal Hexadecimal
Both <HT> 9 09
Moves the print position to the next horizontaltab stop. Ignored if
thereis nonexthorizontal tabstop in thecurrent line.Note thatwhen
underlining isselected, spaces skipped by horizontal tabulation are
not under]ined.

Relative horizontal tab

Mode ASCII Decimal Hexadecimal
Std. <ESC> “’/” 1![ ,,~ 27 92 H/ //2 IB 5C /// //2
Movesthe print position right or left aspecified distance. Ignored if
theresulting positionisbeyond therightor leftmargin.The formulas
for the distance and direction are as follows:
If122isbetween () and63, the print head moves right by (~?l+112x
256) dots.
Ifyou want to move the print head to the left, }?land)12areobtained
by subtracting the value from 65536, and dividing the result into
high and low bytes.
107