home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol139 / mdm712.txt < prev    next >
Encoding:
Text File  |  1984-04-29  |  2.9 KB  |  64 lines

  1. TOPIC :  MDM712 PHONE MODEM PROGRAM GENERAL INTEREST DATA
  2.  
  3. FROM  :  IRV HOFF W6FFC
  4.  
  5. DATE  :  27 JULY 83
  6.  
  7.  
  8.      MDM712 is the latest in the "MODEM7" telephone modem series.  After
  9. MODEM 7.98, the program became known as MDM700, etc.  At that time the
  10. external macro library was combined into the source code plus other
  11. changes.  Numerous overlay files were added for various computers to
  12. make the program useful for a large number of different systems.  Orig-
  13. inally it worked only with the PMMI plug-in modem for the S-100 bus.  It
  14. now also supports the Hayes 300 and 1200 and U. S. Robotics modems.  It
  15. is the only modem program that offers auto-dialing and auto-continuous
  16. redialing for all these modems.  It also supports up to two different
  17. alternate long distance systems such as 'ALLNET', 'MCI' or 'SPRINT'.  It
  18. can also auto-dial for TYNMET, etc.
  19.  
  20.      Overlay files are included for  Apple, (several versions), Altos,
  21. Datapoint 1560, Heath H89, Heath -100 series, Hewlett Packard 125, In-
  22. terfacer 3/4, Kaypro, Morrow, NEC, Osborne OS-1, Osborne Executive One,
  23. Otrona, PMMI, Telecon Zorba, Televideo, Xerox and Zenith Z90 and -100
  24. series.  There is also a "general purpose" overlay to readily adapt to
  25. other systems not mentioned.  An additional file makes it simple to
  26. change the phone number library.  Others are being added that may not
  27. be mentioned in this list.
  28.  
  29.      The MDM712.UPD file lists the most recent changes that have been
  30. added to the program.  MDM712.INF explains what each of the programs is
  31. for, plus has some comments similar to these, regarding how to use the
  32. overlays in the easiest manner.  Under normal circumstances you would
  33. have no need for the source code, as the overlays have the beginning of
  34. the program.  This includes all the various options you may select.
  35.  
  36.      Let's say you have a Heath H89, for example.  You would wish to get
  37. (download) the following files:
  38.  
  39.      MDM712.COM        (Master object code, ready to use for PMMI)
  40.      M712H8.ASM        (Heath overlay file)
  41.      M712NM.ASM        (to easily change the phone number library
  42.                if using the Smartmodem or Robotics)
  43.  
  44. and perhaps MDM712.UPD (update file) and MDM712.DOC (instruction manual):
  45.  
  46.      You would then edit the options in M712H8.ASM if not already set
  47. the way you prefer, then assemble it (ASM.COM is fine).  Refer to the
  48. instructions in the overlay file to combine the MDM712.COM file with the
  49. M712H8.HEX file you just got when assembling M712H8.ASM.  All this will
  50. only take a few minutes.   It is actually very simple.  The program is
  51. then ready to use.  If unfamilar with this type modem program, read the
  52. MDM712.DOC file and try it out.
  53.  
  54.      0103H  FF for PMMI, 00 if not PMMI
  55.      0104H  FF for Hayes Smartmodem 300 or 1200 or US Robotics
  56.      0105H  54 for touch-tone dialing or 50 for pulse-dialing
  57.                    (only applicable for the Hayes or Robotics)    
  58.  
  59.      These bytes are automatically selected when edited into the approp-
  60. riate overlay.
  61.  
  62.  
  63.                     - Irv Hoff
  64.