Form feed and page length

FF

Form Feed

Format:

code: F F

ASCII

Decimal:

12

Hexadecimal: 0C

Control:

CTRL L

Comments:

Prints the data in the print buffer and advances the paper to the top of the next page according to the current page length.

ESC C

 

 

Select Page Length in Lines

Format:

ESC

C

 

ASCII code:

(n)

Decimal:

27

67

(n)

Hexadecimal: 1B

43

(n)

Comments:

Sets the page length to n lines. The value of n should be between 1 and 127.

ESC CO

 

 

Select Page Length in Inches

Format:

ESC

 

 

 

ASCII code:

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.

c-15