ESC J

 

 

Immediate n/180-inch Line Feed

Format:

 

J

 

ASCII code:

ESC

(n)

Decimal :

27

74

(n)

Hexadecimal :

1B

4A

(n)

Comments:

Advances the paper by one line at a spacing of n/180 of an inch. The value of n should be in the range 0 to 255. This produces an immediate line feed but does not affect subsequent line spacing and does not produce a carriage return.

ESC A

 

 

Select n/60-inch Line Spacing

Format:

 

A

 

ASCII code:

ESC

(n)

Decimal :

27

65

( n )

Hexadecimal:

1B

41

(n)

Comments:

Sets the line spacing to n/60 of an inch for subsequent line feed commands. The value of n should be in the range 0 to 85.

Form feed and page length

 

FF

Form Feed

Format:

ASCII code: F F

Decimal: 12

Hexadecimal: 0C

Control: CTRL L

Comments:

Advances the paper to the top of the next page according to the current page length.

I-15