ESC 3
Select n/2 16-inch Line Spacing
Format:
ASCII code:
ESC 3
n
Decimal:
27
51
n
Hexadecimal:
1 B
33 n
Comments:
Sets the line spacing to n/216 of an inch for subsequent line feed
commands. The “3” is the
character
three and not ASCII code 3.
The value of n must be from O-255.
ESC A
Select n/72-inch Line Spacing
Format:
ASCII code:
ESC A n
Decimal:
27 65
n
Hexadecimal:
1 B
41
n
Comments:
Sets the line spacing to n/72 of an inch for subsequent line feed
commands. The value of n must be from O-85.
ESC J
Perform n/216-inch Line Feed
Format:
ASCII code:
ESC J
n
Decimal:
27 74
n
Hexadecimal:
1 B
4A
n
Comments:
Advances the paper n/216 of an inch. The value of n must be from
O-255. This command produces an immediate line feed but does not
affect subsequent line spacing and does not produce a carriage
return.
A-16
Command Summary