ESC 0 (zero)Select l/&inch Line Spacing

Format:

ASCII code: ESC 0

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 decimal code 0.

ESC 2

Select 1/6-inch Line Spacing

Format:

ASCII code: ESC 2

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 decimal code 2. This is the default at power on.

ESC 3

 

 

Select n/180-inch Line Spacing

Format:

ESC

3

n

ASCII code:

Decimal:

27

51

n

Hexadecimal:

1B

33

n

Comments:

Sets the line spacing to n/180 of an inch for subsequent line feed commands. The 3 is the character three and not decimal code 3. This value of n must be from 0-255.

Command Summary

8-15