Commands Arranged by Topic

ESC 0

 

Select l/8-inch Line Spacing

Format:

 

 

ASCII code:

ESC

0

Decimal:

27

48

Hexadecimal:

1B

30

Comments:

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

ESC 2

Select 1/6-inch Line Spacing

Format:

 

ASCII code: D e c i m a l : Hexadecimal:

ESC 2

2750

1B 32

Comments:

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

ESC +

 

 

Set n/360-inch Line Spacing

Format:

 

 

 

ASCII code:

ESC

+

n

Decimal:

27

43

n

Hexadecimal :

1B

2B

n

Comments:

Sets line spacing to n/360 of an inch for subsequent line feed commands. The value of n must be from 0 to 255.

Command Summary 9-15