home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / kermit / msiibm.arc / 244PC.DOC next >
Encoding:
Text File  |  1989-01-20  |  1.6 KB  |  41 lines

  1. 244PC.INI - MS-DOS Kermit initialization for use with the 244PC ROLMphone
  2.  
  3. This is an alternative MS-DOS Kermit initialization, for people who have 244PC
  4. ROLMphones.  It's similar to MSKERMIT.INI (which is described in MSIIBM.DOC),
  5. but uses 244PC dialing conventions, i.e. Hayes AT commands.  The macros have
  6. the same names as the Columbia hosts: CUNIXA, CUNIXB, CUNIXC, CUNIXC, SIMB,
  7. SIML, CUVMB, CUVML, and CLIO.
  8.  
  9. There are also three additional macros: DIAL, HAYES, and VOICE.  The DIAL
  10. macro lets you dial a data call from the 244PC using the CBX's dialout modem
  11. pool.  To use it, just type DIAL and the phone number, for instance
  12.  
  13. Kermit-MS>dial 932808050
  14.  
  15. If the call is completed successfully, Kermit will connect you to the remote
  16. host or service that you have dialed.  Otherwise, you will see the modem's
  17. error message.
  18.  
  19. The HAYES macro works the same way, but should be used only with a real Hayes
  20. or compatible modem.  The difference is that it adjusts Kermit's transmission
  21. speed automatically in case the modem falls back to a lower speed (e.g. when
  22. a slower modem answers the phone).
  23.  
  24. The VOICE macro works the same way, but dials a voice call on the 244PC, so
  25. you don't have to punch the buttons yourself.  Example:
  26.  
  27. Kermit-MS>voice 40000
  28.  
  29. dials the internal Rolm extension 4-0000.
  30.  
  31. If you have a 244PC, you can copy this file, edit it to suit your requirements
  32. (remembering to substitute your CMS and UNIX user IDs for the dummy XYZ ones
  33. used in the file), and keep it on your PC as MSKERMIT.INI, so that it can be
  34. executed every time you start Kermit on your PC.
  35.  
  36. - C. Gianone, CUCCA, October 1988
  37.  
  38.  
  39.  
  40.  
  41.