Epson MX-70 Printer User Manual


 
Chapter 5
Wow! A jackpot. Using the bottom of an old Coke bottle as a magnifier, we see
that each column is 7 dots high. 50 columns of 7 rows of dots. The sum of the
bottom 7 pin numbers is
1 + 2 + 4 + 8 + 16 + 32 + 64 = 127
So that’s how they do it!
Quiz Time
Question: What single number will allow us to fire only the pins labeled 1, 4, and
16? Think it through now. How about . . .
1+4+16=21 ?
Let’s try
30 PRINT CHR$ (21);
and RUN.
Oh - winning is so much fun!
Don’t be too concerned about what movie is playing on your video screen. It
may not know how to handle these codes. It’s what’s happening on the printer
that counts.
The Grand Scheme
This is starting to make sense. The “logic” pattern must be:
Pin Labels
0 1 2 3 4
5 6 7 8
9
10 11
12 ---- 255
128
.
128
64
.
64
32
.
32
16
.
16
8
. . . . . .
8
4
. . . .
.
.
4
3 2
. . . . . . .
1 . . . . . . .
1
0 1 2 3 4 5 6 7 8
9
10 11 12 ---- 255
Graphic Codes
44