home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpmug / cpmug047.ark / DIAL6_23.DOC < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.6 KB  |  43 lines

  1. DIAL6/23.DOC -- Documentation for DIAL.ASM as of 6/23/80
  2.  
  3. DIAL is a modem program for the PMMI that dials the phone
  4. number for you, either from a number you type in, or from
  5. a library of numbers contained in the program.  It has the
  6. optional feature of being able to ring once, hang up and
  7. dial again for calling computers that use the PMMIBYE
  8. program with this facility.
  9.  
  10. To dial a number contained in the 'library' of numbers,
  11. type the command line as follows:
  12.  
  13.         A>dial c
  14.  
  15. This format will dial the third number in the 'library' for
  16. you -- including the ringback feature, if there is an 'R'
  17. included with that number in the number table.  To dial a
  18. number not in the table, type the number after the program
  19. name on the command line:
  20.  
  21.         A>dial 1-312-545-8086
  22.  
  23. or you may simply type 'dial' and a 'return' to get into
  24. 'command mode'.  At this point you may type in whatever
  25. number you wish.  To dial a number with ringback option,
  26. first type an 'R' then the number.
  27.  
  28. To see examples, type:    A>dial x
  29.  
  30. To disconnect, type:    A>dial #
  31.  
  32. LIMITATIONS:  There is no facility for different baud rates.
  33. The baud rate in the version provided is set at 300, and may be
  34. changed, but you cannot change baud rates without re-assembling,
  35. unless you add the routines to do so.  I recommend using Mark
  36. Zeiger's MODEM7, although it doesn't provide a library of numbers,
  37. nor does it provide the 'ringback' feature, but it is a much more
  38. versatile program than this, which is provided in the Users'
  39. Group because it does have some unique features.  See the ASM code
  40. comments for more details on the operation.
  41.  
  42.             DOC file by Jim Mills of CACHE
  43.