A SERVICE OF

logo

ESC 3
Select n/216-Inch Line Spacing
Format:
ASCII code:
ESC
3
(n)
Decimal:
27
51 (n)
Hexadecimal: I3
33
(n)
Comments:
Sets the line spacing to
n/216
of an inch for subsequent line feed
commands. The “3” is the digit three and not ASCII code
3.
The
value of n should be in the range
0
to
255.
ESC J
Immediate n/216-Inch Line Feed
Format:
ASCII code:
ESC
J
(n)
Decimal:
27
74 (n)
Hexadecimal :
1B
4A (n)
Comments:
Advances the paper by one line at a spacing of n/216 of an inch.
The value of n should be in the range
0
to
255.
This produces an
immediate line feed but does not affect subsequent line spacing and
does not produce a carriage return.
ESC A
Select n/72-Inch Line Spacing
Format:
ASCII code:
ESC
A
(n)
Decimal: 27
65 (n)
Hexadecimal: I3
41 (n)
Comments:
Sets the line spacing to n/72 of an inch for subsequent line feed
commands. The value of n should be in the range 0 to
85.
c-14