Epson MX-70 User Manual - Page 26

Testing the Hookup, When All Systems Are Go

Page 26 highlights

Chapter 2 There are many parallel interface cards made by other manufacturers. Be sure the card you purchase is designed to work with the MX-70. Testing the Hookup The time has come to see if all this hardware works. Whatever your computer is, now's the time to be sure it's hooked up to the printer. We will soon find out if we hooked the "auto" wire to the correct terminal, mentioned in the last chapter. Turn on the MX-70 first, then the computer. Type in the following software: PR#l 10 FOR P = 1 TO 24 20 PRINT P 30 NEXT P (for Apple users only, to "switch in" the printer. We will leave it tied to the screen for this entire chapter.) (TRS-80 and most other Microsoft BASICS use LPRINT in Line 20) and RUN. If the printing is single-spaced (6 lines per inch), skip to the next paragraph. If the printing is double-spaced, go back inside the printer to switch the "auto" wire to the other terminal. (Don't forget to turn off all the power first!) Remember: RED CAP - NO LF ADDED WHITE CAP - ADDS LF TO EACH CR RECEIVED If nothing printed, the problem is probably in the cable. Many connectors are wired differently than the Epson cable. See Appendix J for the correct MX-70 connector wiring. When All Systems Are "Go" When all is well, type in this short demonstration program, but DO NOT RUN it, yet: - TRS Model I users - see Appendix D for help with line 30. - Atari users - see Appendix E for help with trailing semicolons. 16

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107

Chapter 2
There are many parallel interface cards made by other manufacturers. Be sure
the card you purchase is designed to work with the MX-70.
Testing the Hookup
The time has come to see if all this hardware works. Whatever your computer
is, now’s the time to be sure it’s hooked up to the printer.
We will soon find out if we hooked the “auto” wire to the correct terminal,
mentioned in the last chapter.
Turn on the MX-70 first, then the computer. Type in the following software:
PR#l
(for Apple users only, to “switch in” the
printer. We will leave it tied to the screen
for this entire chapter.)
10
FOR P = 1 TO 24
(TRS-80 and most other Microsoft
20 PRINT P
30 NEXT P
BASIC
S
use LPRINT in Line 20)
and RUN.
If the printing is single-spaced (6 lines per inch), skip to the next paragraph. If
the printing is double-spaced, go back inside the printer to switch the “auto”
wire to the other terminal. (Don’t forget to turn
off all
the power first!)
Remember:
RED CAP - NO LF ADDED
WHITE CAP - ADDS LF TO EACH CR RECEIVED
If nothing printed, the problem is probably in the cable. Many connectors are
wired differently than the Epson cable. See Appendix J for the correct MX-70
connector wiring.
When All Systems Are “Go”
When all is well, type in this short demonstration program, but DO NOT RUN
it, yet:
- TRS Model I users - see Appendix D for help with line 30.
- Atari users - see Appendix E for help with trailing semicolons.
16