home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols100 / vol139 / mdm712.inf < prev    next >
Encoding:
Text File  |  1994-07-13  |  4.8 KB  |  110 lines

  1.  
  2. TOPIC :  MDM712 MODEM PROGRAM INSTALLATION INFORMATION
  3.  
  4. FROM  :  IRVIN M. HOFF W6FFC
  5.  
  6. DATE  :  07/27/83
  7.  
  8.  
  9.        This program is based on one originally written by Ward Christ-
  10. ensen in September 1977.  It has since undergone a considerable number
  11. of changes.  Recent changes include auto-dialing and continuous redial-
  12. ing for the Hayes 300 or 1200 Smartmodem and the U. S. Robotics, along
  13. with the standard PMMI 103 routines the program has long supported.  It
  14. also handles up to two alternate long distance systems such as SPRINT,
  15. ALLNET, MCI, (can be used to auto-dial TYMNET), etc.
  16.  
  17.  
  18. NOTE:  Special configuration files are being added for specific types of
  19.        computers.  A large number are already available (as shown below)
  20.        and others are being added as interest escalates.  This file will
  21.        be updated accordingly.
  22.  
  23.        To adapt this version to your equipment, you will want to get
  24. some of the following programs:
  25.  
  26.               Program name          Purpose
  27.  
  28.                MDM712.ASM       (source code file)
  29.                MDM712.COM       (object code file)
  30.                MDM712.DOC       (how-to-use file)
  31.                MDM712.INF       (information file)
  32.                M712AC.ASM       (AppleCat II overlay file)
  33.            M712AL.ASM       (Altos Series 5 overlay file)
  34.                M712AP.ASM       (Apple II overlay file)
  35.                M712DP.ASM       (Datapoint 1560 overlay)  
  36.                M712GP.ASM       (General purpose overlay)
  37.                M712H8.ASM       (Heath/Zenith H89 file)
  38.                M712HP.ASM       (Hewlett Packard 125 file)    
  39.                M712HZ.ASM       (Heath/Zenith Z-100 file)
  40.                M712I2.ASM       (Interfacer 3/4 overlay file)
  41.                M712KP.ASM       (KayPro overlay file)
  42.                M712MD.ASM       (Morrow MD overlay file)
  43.                M712MM.ASM       (Morrow Multi I/O overlay file)
  44.                M712NE.ASM       (NEC PC-8001 overlay file)
  45.                M712NM.ASM       (Phone number overlay, ALD information)
  46.                M712OS.ASM       (Osborne OS-1 overlay file)
  47.                M712OT.ASM       (Otrona Attache overlay file)
  48.                M712OX.ASM       (Osborne Executive overlay file)
  49.                M712PM.ASM       (PMMI S-100 modem overlay)
  50.                M712TV.ASM       (TeleVideo TS-802 overlay)
  51.                M712XE.ASM       (Xerox 820 overlay file)
  52.                M712ZB.ASM       (Telcon ZORBA overlay file)
  53.  
  54.  
  55.        (The minimum would be any pair in one of the examples shown
  56. below.)
  57.  
  58.        There are several ways by which you can set the proper ports,
  59. status pin values, etc. for your equipment.
  60.  
  61.  
  62.      1) Use your editor, ASM (or MAC)  MDM712.COM    and
  63.         and DDT (or SID) with:         M712xx.ASM
  64.  
  65.                (712xx stands for an appropriate overlay)
  66.                                                              or
  67.      2) Use your editor, ASM (or MAC)  MDM712NASM
  68.  
  69.  
  70.         One of those should appeal to you.  The program is designed to
  71. work immediately for PMMI users with no changes - just use MDM712.COM.
  72. (You might wish to change some of the available options, however.  It
  73. is set to use base port 0C0H.)
  74.  
  75.         When ready to use the program, type 'H' (for 'HELP'), hit RET
  76. and it will display helpful information on the commands.  There are so
  77. many commands there are several pages.  You can abort the display with
  78. a CTL-C.  (One of the most useful features being CTL-P to toggle your
  79. printer on/off.)  You can also type a question mark (?) which shows the
  80. current parameters.
  81.  
  82.         The program has received numerous worthwhile optional features
  83. in the past several months.
  84.  
  85.  
  86. SUPPLEMENTAL INFORMATION OF INTEREST:
  87.  
  88.         When adapting the program to your equipment, this table might be
  89. helpful:
  90.  
  91.         (A typical port number will be shown for each.)
  92.  
  93.                              PMMI UART   8251     2661     8250
  94.  
  95. PORT    (control or status)     0C0H     29H      0EDH    0D8H+5
  96. BAUDRP  (baud rate port)       PORT+2    ---      ---      ---
  97. MODCTL1 (control or status)     PORT     PORT     PORT     PORT
  98. MODCTL2 (2nd control port)     PORT+3    ---      ---      ---
  99. MODDATP (data port)            PORT+1   PORT-1   PORT-1   PORT-5 
  100. MODRCVB (receive bit)           02H      02H      02H      01H
  101. MODRCVR (receive ready)         02H      02H      02H      01H
  102. MODSNDB (send buffer empty bit) 01H      01H      01H      20H
  103. MODSNDR (send ready)            01H      01H      01H      20H
  104.  
  105.         (1  For a PMMI board with UART for a typical S-100 computer)
  106.         (2  For a non-PMMI computer using a 8251A to external modem)
  107.         (3  For a Heath/Zenith Z-100 computer using the 2661B I/O
  108.         (4  For a Heath/Zenith Z-19 or Z-89 using the 8250 I/O
  109.  
  110.   (3  For a Heath/Zenith Z-100 c