Vertical Spacing Commands

Function:

Line feed

Format:

Symbol <LF>

Decimal 10

Hexadecimal 0A

Remarks :

Returns the print head to the left margin and advances the paper one line.

Function:

One-time n/180-inch line feed

Format:

 

 

 

Symbol

<ESC>

“J”

n

Decimal

27

74

n

Hexadecimal

1B

4A

n

Remarks:

Advances the paper n/180 inches. It does not execute a carriage return (n can range from 0 to 255).

Function:

Select 1/8-inch line spacing
Format:

 

 

Symbol

<ESC> “0”

Decimal

27

48

Hexadecimal

1B

30

Remarks:

Sets the line spacing for subsequent line feed commands to 1/8 inch.

Function:

Select 1/6-inch line spacing

Format:

<ESC> “2”

Symbol

Decimal

27

50

Hexadecimal

1B

32

Remarks:

Sets the line spacing for subsequent line feed commands to l/6 inch.

50