home *** CD-ROM | disk | FTP | other *** search
- ; Multi-Tech MultiModem 224EC / 224PC W/MNP
- ;
- ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
- ;
- ; Switch Bank 1 OPEN
- ; 2 * \__ Sets COM Port
- ; 3 * /
- ;
- ; 224EC: Switches on Back of Edgecard
- ; 1 OPEN (Up)
- ; 2 OPEN (Up)
- ; 3 CLOSED (Down)
- ; 4 CLOSED (Down)
- ;
- ; 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&15
- ; AT$MB2400$SB9600$BA0&W0
- ;
- ; NOTES: Set ALL dialing directory entries to 9600 baud
- ; Data compression is enabled via AT&E15
-
- Baud 9600
- Parity N
- WordLen 8
- StopBits 1
-
- XonXoff BOTH
- CtsRts BOTH
- MatchBaud FALSE
-
- ModemInitStrg ATZ^M
- ModemDialStrg ATDT
- ModemDialSufx ^M
- ModemHangStrg ;
- DTRHangup TRUE
-
- Connect CONNECT,9600
-
- NoConnect NO_DIALTONE
- NoConnect NO_CARRIER
- NoConnect BUSY
- NoConnect VOICE
-
-