ESC C

Set Page Length in Lines

Format :

ASCII code: ESC C n

Decimal: 27 67 n

Hexadecimal: 1B 43 n

Comments:

Sets the page length to n lines in the current line spacing. The value of n must be from 1-127 lines. The top of form position is set to the current line.

ESC C 0

 

 

 

Set Page Length in Inches

 

 

 

 

 

Format:

ESC

C

0

n

ASCII code:

Decimal:

27

67

0

n

Hexadecimal:

 

1B

43 00

n

Comments:

Sets the page length to n inches. The value of n must be from l-22. The top of form position is set to the current line.

ESC N

 

 

Set Skip Over Perforation

Format:

 

 

 

ASCII code:

ESC

N

n

Decimal:

27

78

n

Hexadecimal:

1B

4E

n

Comments:

The variable n is the number of lines skipped between the last line printed on one page and the first line on the next page. For example, with the standard settings for line spacing (l/6-inch), and page length (66 lines), ESC N 6 prints 60 lines and then skips

6.This setting is cancelled by ESC C or ESC C 0. The value of n must be from 1-127.

9-14