Epson MX-70 User Manual - Page 89

Using the MX-70 with a Standard Radio Shack Cable

Page 89 highlights

The Model III does not share the Model I's problem sending code 0. Nonetheless, another way to send codes to the printer is: OUT 251,# where # represents the code we wish to send. If this creates timing problems, we may need to test the status of the printer before sending it each code number. For example: 100 IF PEEK (14312) AND 240 48 THEN 100 places the program in a "holding pattern" until the printer is ready for more. See the computer reference manual if more details are desired. Using the MX-70 with a Standard Radio Shack Cable There is a difference between the 'official' Epson printer cable and the ones supplied by Radio Shack. They are wired slightly differently. The Epson cable allows separation of the CR (carriage return) and the LF (line feed) commands. This in turn allows such things as underlining, overstrikes to slash zeros, sevens, the letter Z, to "black out" material, etc. If you have no need to separate CR and LF and already have a Radio Shack printer cable, it should work fine. If purchasing a new cable, buy an Epson to keep all the options open. APPENDIX D 87

  • 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

APPENDIX D
The Model III does not share the Model I’s problem sending code 0. Nonethe-
less, another way to send codes to the printer is:
OUT 251,#
where # represents the code we wish to send. If this creates timing problems,
we may need to test the status of the printer before sending it each code
number. For example:
100 IF PEEK (14312) AND 240 <> 48 THEN 100
places the program in a “holding pattern” until the printer is ready for more.
See the computer reference manual if more details are desired.
Using the MX-70 with a Standard Radio Shack Cable
There is a difference between the ‘official’ Epson printer cable and the ones
supplied by Radio Shack. They are wired slightly differently.
The Epson cable allows separation of the CR (carriage return) and the LF (line
feed) commands. This in turn allows such things as underlining, overstrikes to
slash zeros, sevens, the letter Z, to “black out” material, etc.
If you have no need to separate CR and LF and already have a Radio Shack
printer cable, it should work fine. If purchasing a new cable, buy an Epson to
keep all the options open.
87