home *** CD-ROM | disk | FTP | other *** search
- ; Multi-Tech MultiModem 932EC
- ;
- ; ONE TIME MODEM SETUP: The first time you run TE/2, upon entering the
- ; program, type the following lines and press ENTER after each. Then
- ; exit and restart TE/2.
- ;
- ; AT&F
- ; AT&E1&E4&E8&E10&E13&E15
- ; AT$MB9600$SB19200$BA0&W0
- ;
- ; NOTES: Set ALL dialing directory entries to 19200 baud
- ; Data compression is enabled via AT&E15
-
- Baud 19200
- Parity N
- WordLen 8
- StopBits 1
-
- XonXoff BOTH
- CtsRts BOTH
- MatchBaud FALSE
-
- ModemInitStrg ATZ^M
- ModemDialStrg ATDT
- ModemDialSufx ^M
- ModemHangStrg ;
- DTRHangup TRUE
-
- Connect CONNECT,19200
-
- NoConnect NO_DIALTONE
- NoConnect NO_CARRIER
- NoConnect BUSY
- NoConnect VOICE
-
-