ESC C

 

 

Select Page Length in Lines

 

 

 

 

 

Format:

ESC

C

 

 

ASCII code:

(n)

 

Decimal:

27

97

(n)

 

Hexadecimal:

1B

43

(n)

Comments:

Sets the page length to n lines. The value of n is 0 to 127 lines.

ESC CO

 

 

Select Page Length in Inches

Format:

 

 

 

 

ASCII code:

ESC

C

0

(n)

Decimal:

27

67

0

( n )

Hexadecimal:

1B

43

00

( n )

Comments:

Sets the page length to n inches where n has a value of 1 to 22 inches.

Tabs

 

HT

Tab Horizontally

Format:

ASCII code: H T

Decimal:

9

Hexadecimal: 09

Control:

CTRL I

Comments:

Advances the print position to the next horizontal tab setting. Default tabs are every eight spaces.

I-16