home *** CD-ROM | disk | FTP | other *** search
-
- These four scripts can be used to display, save and restore
- the settings in a Hayes compatable modem. They have only been
- tested on one such modem, so may not work for all. However,
- they should serve as useful starting points for your modem.
-
- The four files are:
-
- modeminfo.rexx
-
- Gets the modem setup info and displays it in english.
-
- modemsetup.rexx
-
- Gets the modem setup info and displays it in AT commands.
-
- modemsave.rexx
-
- Gets the modem setup and saves it in binary format to stdout.
-
- modemrestore.rexx
-
- Reads a binary save file from stdin and sets up the modem.
-
-
- The last two are designed to be used like:
-
- modemsave >modem.at.911111
-
- {do some telecom stuff that mushes your modem setup}
-
- modemrestore <modem.at.911111
-
-
- WARNING!!!
-
- All of these scripts will hang your AMIGA if there isn't a modem
- attached to your serial port or if the modem setup isn't 'NORMAL'
- (i.e., like mine :-). Also, modemrestore will turn your modem
- setup into mush unless its input follows modemsave format exactly.
-
-