Operation Manual

;.-1·,:~
1c'i:'P
c;::·s~'S
the
I PRINT ·;tJtc
ment
to
b.: :--cpeated
four
times
Here
is
the
rf'sult:
..
.,.
·
..
~
..
-.~·
.":'~~~
.....
-:-~
...
~
...
~
,..,a:;::w
·:;:;;;-:::-~
...
,~
...
":lies
.......
~~
..
":'\11~
_
..
$!14
~""1~~-..~
....
..
.,...,.-
~""1"7!11-"7~
...
"';'1-::t"''
...
-,.'S~
..
-;.~~"-:..~::.,.~~-
..
-~~~-
..
-;o("~
...
.,.i§
......
~~~
.......
':9::_;.
-~~
.....
~
..
-,~
...
~:::s
...
.;,;:;.-:;.,.,._
..
.;.~_
..
-:.'S
...
.,.~
..
.,.~
..
~
..
~
-::;-
...
~
.
......
'7"1~:.,.~-::::;-:;..,
..
":11~
...
···(4!4
,.,.-::.~--~~~;.~
.....
~
...
~~~
...
~-
..
~otice
there
is a
space
between
each
line. This is
because
the
standard
distance
from
the
top
of
one
line
to
the
top
of
the
next
is
1 I 6
inch
,
but
a
column
of
graphics
is
only
1/9
inch
high
(8
dots
x
1/72
inch
per
dot
-
8/72
inch =
1/9
inch).
In
order
to
print
a
continuou~
image
with
no
gaps
between
the
lines,
you
must
use
the
ESC A
command
to
change
line
height
to
8/72
inch
and
ESC 2
to
achvate
the
change.
The
following
program
has
been
modified
to
give
a
continuous
image
when
printing.
05
REM'SAMPLE 4
06
Width
"LPT1: ",255
10
NDOTS = 256
12 REM'MAXIMUM
POSSIBLE COMBINATIONS
15
LPRINT CHR$(27);CHR$(65);CHR$(8)
16 Rt:M'SET HEIGHT
TO
8/72
18
LPRINT CHR$(27);CHR$(50)
20
REM'ACTIVATE LINE SPACING
25
FOR
T=l
TO
4
30
LPRINT CHR$(27);CHR$(75);CHR$(NDOTS
MOD
256);
CHR$(FIX(NDOTS
I 256))
40
REM'START GRAPHICS 256 COLUMNS
50
FOR X = 1 TO NDOTS-1
60
LPRINT CHR$(X);
70
NEXT
X:
LPRINT: REM LINE FEED
75
NEXT J
4
-18
IBM
Modes Adva11ced Features