1-

Set horizontal tab stop every n columns

Mode

ASCII

Decimal

Hexadecimal

std.

<ESC> “e” <0> //

27 101 0 )1

IB 65 00 r?

Cancels all current horizontal tab stops and sets new tab stops every n columns, where n is between 1 and 127.

Reset all tab stops

Mode I

ASCII

Decimal

Hexadecimal

1

I IBM

<ESC> ‘“R”

27 82

 

IB 52

 

Resets the horizontal tab stops to their power-up values in which a tab stop is set every 8 column 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 horizontal tab stop. Ignored if there is no next horizontal tab stop in the current line. Note that when underlining is selected, 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

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 122is between ()and 63, the print head moves right by (~?l+ 112x 256) dots.

If you want to move the print head to the left, }?land )12are obtained by subtracting the value from 65536, and dividing the result into high and low bytes.

107

Page 115
Image 115
Star Micronics LC24-20 user manual Set horizontal tab stop every n columns, Reset all tab stops, Horizontal tab