Epson FX-1050 User Manual page 79

Epson owner's manual printer fx-850, fx-1050
Hide thumbs Also See for FX-1050:
Table of Contents

Advertisement

The program is listed below. The lines inside each pair of FOR and
NEXT statements have been indented so that you can see how the
program works; the spaces are not needed for the program to run.
100 WIDTH "LPTl:", 255
ll0 LPRINT CHR$(27);"A";CHR$(8);
120 FOR R = 1 TO 6
130 LPRINT CHR$(27);"K";CHR$(l00)CHR$(0);
140
FOR X = 1 to 58
150
LPRINT CHR$(170);CHR$(85);
NEXT X: LPRINT
160
170 NEXT R
l80 LPRINT CHR$(27);"@"
If you run the program, you will see how it combines six print lines into
a pattern.
There are five basic steps that the program goes through to produce this
kind of pattern.
The computer is prevented from adding any extra characters by the
1.
WIDTH statement (line
2. The line spacing is changed to 8/72 of an inch-the height of the dot
patterns used in the program (line
3. The program goes through the graphics commands the required
number of times (lines 120 and
A new graphics command is used for each line printed (lines 130-160).
4.
This part of the program is similar to the last example, but two
columns are printed each time through the loop making a total of
100.
4-14
100).
110).
170).
Using Software and Graphics

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fx-850

Table of Contents