home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 592a.lha / RexxModem / rexxmodem.readme < prev   
Encoding:
Text File  |  1991-11-12  |  1.0 KB  |  42 lines

  1.  
  2.     These four scripts can be used to display, save and restore
  3.     the settings in a Hayes compatable modem.  They have only been
  4.     tested on one such modem, so may not work for all.  However,
  5.     they should serve as useful starting points for your modem.
  6.  
  7.     The four files are:
  8.  
  9.     modeminfo.rexx
  10.  
  11.         Gets the modem setup info and displays it in english.
  12.  
  13.     modemsetup.rexx
  14.  
  15.         Gets the modem setup info and displays it in AT commands.
  16.  
  17.     modemsave.rexx
  18.  
  19.         Gets the modem setup and saves it in binary format to stdout.
  20.  
  21.     modemrestore.rexx
  22.  
  23.         Reads a binary save file from stdin and sets up the modem.
  24.  
  25.  
  26.     The last two are designed to be used like:
  27.  
  28.     modemsave >modem.at.911111
  29.  
  30.     {do some telecom stuff that mushes your modem setup}
  31.  
  32.     modemrestore <modem.at.911111
  33.  
  34.  
  35.     WARNING!!!
  36.  
  37.     All of these scripts will hang your AMIGA if there isn't a modem
  38.     attached to your serial port or if the modem setup isn't 'NORMAL'
  39.     (i.e., like mine :-).  Also, modemrestore will turn your modem
  40.     setup into mush unless its input follows modemsave format exactly.
  41.  
  42.