-
ML182/183--
______________________________
__
Prints the data in the print buffer, returns the carriage, then advances
the paper to the top margin
of
the next page.
NOTE
TO
TRS-80 OWNERS: This command
is
not valid with your computer.
SKIP
OVER PERFORATION
ASCII
ESC
N n
Decimal
Hexadeci mal
CHR$(27);CHR$(78);
1B2553n
CHR$(n)
(1
-127)
(01-FF)
If
n
is
any value between 1 and 127, the printer automatically ad-
vances to the top margin
of
the next page when there
is
only
1 inch
left
at
the bottom
of
a page. (This command
is
ignored
if
the value
of
n
is
more than page length.)
To stop the printer from automatically skipping to the next page (for
roll paper
or
forms longer than
12
inches),
11
equals
o.
In
BASIC format, the value
of
n must appear in a CHR$ statement.
CHANGING
CHARACTER
SIZE
ASCII
DC2
(10
CPI)
ESC
(12
CPI)
SI
(17.1
CPI)
SO
(double width)
DC4
(cancels
double
width
before line end)
ESC
W 1
(turns
double
width
on
permanently)
ESC
W 0
(turns
double
width
off
permanently)
Decimal
18
27 58
15
14
20
27
87
49
27
87 48
Hexadecimal
12
1 B
3A
OF
OE
14
1 B 57
31
1 B 57 30
-
-
-
-
-
-
-
-
-
-
50