Oki 182 Handbook page 54

Ibm-compaiible microline
Hide thumbs Also See for 182:
Table of Contents

Advertisement

ML182/183 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ __
-
-
The second time, the first line is printed standard width. Because the
SO command is not in effect by the end of a line. To return to stan-
­
dard size printing (10 characters per inch) you have to put in
CHR$(30), like this:
­
-
-
20 LPRINT CHR$(14);"HELLO";CHR$(20) " U U U HELLOW AGAIN"
-
-
NOTE:
U
means space.
That is what you should get:
­
-
flfEL LO
­
M.ELLO
HELLO·
H~H.~
N
-
-
To avoid any unpleasant surprises, you may want to insert codes at
­
the end of a document to cancel whichever feature(s) you selected
and to reset the printer to the normal startup condition.
-
ESCape Sequences
­
Many of your IBM-compatible MICROLIN E 182/183 printer's special
printing features are controlled by a combinaton of ASCII codes
beginning with the non-printable code, ESC. Commonly called an
ESCape sequence, this alerts the computer to interpret the next
code number as part of an instruction, not as a printable character.
-
For example, if you want to put tab stops at every fifth column, you
would use the ESCape sequence ESC D (5) NULL. (5) is binary.
-
Looking at the ASCII chart on page 129, this is how you would
change the horizontal tab command into BASIC:
­
-
42

Advertisement

Table of Contents
loading

This manual is also suitable for:

183

Table of Contents