home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol093 / modem798.inf < prev    next >
Text File  |  1984-04-29  |  3KB  |  83 lines

  1.  
  2. TOPIC :  INFORMATION FILE FOR INSTALLING THE MODEM797 TELEPHONE PROGRAM
  3.  
  4. FROM  :  IRVIN M. HOFF and PAUL L. KELLEY
  5.  
  6. DATE  :  17 DEC 82
  7.  
  8. REVISED: 24 DEC 82 by Bruce R. Ratoff
  9.  
  10.         The MODEM7 program was originally written by Ward Christensen
  11. in Sept. 1977.  It has since undergone a considerable number of changes.
  12. MODEM797.HIS (for history) contains a list of those changes.
  13.  
  14.         The current version is 7.97 as of 24-DEC-82.  To adapt this
  15. version to your equipment, you will want to get some of the following
  16. programs:
  17.  
  18.          Program name     Squeezed Name          Purpose
  19.  
  20.         MODEM797.ASM     (MODEM797.AQM)    (source code file)
  21.         MODEM797.COM     (MODEM797.OBJ)    (object code file)
  22.         MODEM797.HIS     (MODEM797.HQS)    (history file)
  23.         MODEM797.INF     (MODEM797.IQF)    (information file)
  24.         MODEM797.LIB     (MODEM797.LQB)    (library file)
  25.         MODEM797.SET     (MODEM797.SQT)    (how to set file)
  26.         MCNFG797.ASM     (MCNFG797.AQM)    (general overlay file)
  27.     MCOSB797.ASM     (MCOSB797.AQM)       (Osborne overlay file)
  28.  
  29.  
  30.         (The minimum would be any pair in one of the examples shown
  31. below.)
  32.  
  33.         There are numerous ways by which you can set the proper ports,
  34. status pin values, etc. for your equipment.
  35.  
  36.  
  37.      1) Use DDT, SID or DUU with:      MODEM797.COM   and
  38.                                        MODEM797.SET
  39.                                                              or        
  40.      2) Use your editor, ASM,          MODEM797.COM   and
  41.              and DDT or SID with:      MCNFG797.ASM
  42.     (Osborne owners use MCOSB797.ASM not MCNFG797.ASM)
  43.                                                              or
  44.      3) Use your editor, and MAC with: MODEM797.ASM   and
  45.                                        MODEM797.LIB
  46.  
  47.         One of those should appeal to you.  Possibly the first suggest-
  48. ion is the easiest to use.
  49.  
  50.         After asking for the program, type 'H', hit RET and it will
  51. display helpful information on the commands.  There are so many commands
  52. there are several pages.
  53.  
  54.         The program has received numerous worthwhile optional features
  55. in the past several months.
  56.  
  57.  
  58. SUPPLEMENTAL INFORMATION OF INTEREST:
  59.  
  60.         If using your editor with MCNFG797.ASM or MODEM797.ASM,
  61. the following might be helpful:
  62.  
  63.     (A typical port number will be shown for each.)
  64.  
  65.                              PMMI UART   8251     2661     8250
  66.  
  67. PORT    (control or status)     0C0H     31H      0EDH    0D8H+5
  68. BAUDRP  (baud rate port)       PORT+2    ---      ---      ---
  69. MODCTL2 (2nd control port)     PORT+3    ---      ---      ---
  70. MODCTLP (control or status)     PORT     PORT     PORT     PORT
  71. MODDATP (data port)            PORT+1   PORT-1   PORT-1   PORT-5 
  72. MODRCVB (receive bit)           02H      02H      02H      01H
  73. MODRCVR (receive ready)         02H      02H      02H      01H
  74. MODSNDB (send buffer empty bit) 01H      01H      01H      20H
  75. MODSNDR (send ready)            01H      01H      01H      20H
  76.  
  77.  
  78.         (The 2661 information is for a typical Heath/Zenith Z-100
  79. series computer.  The 8250 information for a typical Heath/Zenith
  80. H8 or H89 computer.  The first PMMI board with UART for a typical
  81. S-100 computer.)
  82.  
  83.