Tab Right to Column N

Escape sequence:

ESC

[

N

Hexadecimal:

1B

5B

N

60

The variable N can represent any column between the current print position and the currently set right margin position.

Tab Right N Columns

Escape sequence:

ESC

[

N

a

Hexadecimal:

1B

5B

N

61

For any value of N that exceeds the right margin limit, the printer performs a line feed and carriage return and prints the next character in column one of the next line.

Set Horizontal Tab Stops

Escape sequence:

ESC

[

N1...N16

u

Hexadecimal:

1B

5B

N1...N16

75

Escape sequence:

ESC

3

n1...n16

NUL

Hexadecimal:

1B

33

n1...n16

00

These commands set up to 16 horizontal tab stops at the columns specified by N1...N16 or n1...n16. The command ESC 3 n1...n16 NUL also clears all previously set horizontal tab stops.

The variable N can be any value in the range of column 1 through column 220. The variable n can be any value in the range of column 1 through 127 for a 7-bits and column 1 through 220 for an 8-bits.

Note: The command ESC 3 n1...n16 is not valid when raster graphics is enabled.

Clear All Horizontal Tab Stops

Escape sequence:

ESC

3

NUL

 

Hexadecimal:

1B

33

00

 

Escape sequence:

ESC

[

2

g

Hexadecimal:

1B

5B

32

67

TI Model 880 Printer Emulation 4-20

Page 81
Image 81
Epson 8900 Series Tab Right to Column N, Tab Right N Columns, Set Horizontal Tab Stops, Clear All Horizontal Tab Stops