ESC 0

 

Select 1/8-inch Line Spacing

Format:

 

 

ASCII code:

ESC

0

Decimal:

27

48

H e x a d e c i m a l : 1 B 3 0

Comments:

Sets the line spacing to 1/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:

 

 

ASCII code:

ESC

1

Decimal:

27

49

H e x a d e c i m a l : 1 B 3 1

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 1/6-inch Line Spacing

Format:

 

 

ASCII code:

ESC

2

Decimal:

27

50

Hexadecimal:

1B

32

Comments:

Sets the line spacing to 1/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 8-15