Parts User Manual

ESC 74 4A J
Forces an immediate line feed of
n/216
inches
without changing the current line spacing.
Prints the contents of the buffer without a car-
riage return. Format:
ESC “J”
n
where
n = O-255.
ESC 75 4B K
Turns single-density graphics mode ON. Prints
480 dots per 8-inch line. Format:
ESC “K”
n1 n2
followed by
n
data numbers, where
n
= total number of dot columns,
n1 = n
MOD 256,
n2 =
INT
(n/256).
For example, to print 480 dots, n1 = 244,
n2 = 1.
ESC 76 4C L
Turns low-speed double-density graphics mode
ON. Prints 960 dots per 8-inch line. Format:
ESC “C”
n1 n2
followed by
n
data numbers,
where
n
= total number of dot columns,
n1 = n
MOD 256,
n2 =
INT
(n/256).
For example, to print 960 dots, n1 = 192,
n2 = 3.
ESC 77 4D M
Turns elite mode (12 cpi) ON. Cannot mix with
NLQ, pica, or emphasized.
ESC 78 4E N
Sets skip over perforation to n lines. Format:
ESC “N”
n
where n = 1 - 127.
ESC 79 4F 0
ESC 80 50 P
Turns skip over perforation OFF
Turns elite mode OFF Returns to pica unless
compressed mode is active.
B-6