ESC 0

 

Select 1/84-inch Line Spacing

Format:

ESC

0

ASCII code:

Decimal:

27

48

Hexadecimal:

1B

30

Comments:

Sets the line spacing to l/8 of an inch for subsequent line feed commands. The 0 is the character zero and not ASCII code 0.

ESC 1

 

Select 7/72-inch Line Spacing

Format:

ESC

1

ASCII code:

Decimal:

27

49

Hexadecimal:

1B

31

Comments:

Sets the line spacing to 7/72 of an inch for subsequent line feed commands. The 1 is the character one and not lowercase L or ASCII code 1.

ESC 2

 

Select l/6-inch Line Spacing

Format:

ESC

2

ASCII code:

Decimal:

27

50

Hexadecimal:

1B

32

Comments:

Sets the line spacing to l/6 of an inch for subsequent line feed commands. The “2” is the character two and not ASCII code 2. This is the default at power on.

Command Summary

A-15