home *** CD-ROM | disk | FTP | other *** search
- ; USRobotics Courier 2400e and 2400PC w/MNP
- ;
- ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
- ;
- ; 1 2 3 4 5 6 7 8 9 10
- ; UP UP DN UP DN UP UP DN DN UP
- ;
- ; 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.
- ;
- ; ATE1Q0M1X6V1S7=60S11=60
- ; AT&B0&H1&R2&I0&M4&N0&W
- ;
-
- Baud 2400
- Parity N
- WordLen 8
- StopBits 1
-
- XonXoff BOTH
- CtsRts BOTH
- MatchBaud TRUE
-
- ModemInitStrg ATZ^M
- ModemDialStrg ATDT
- ModemDialSufx ^M
- ModemHangStrg ;
- DTRHangup TRUE
-
- Connect CONNECT^M,300
- Connect CONNECT_1200,1200
- Connect CONNECT_2400,2400
-
- NoConnect NO_DIAL_TONE
- NoConnect NO_CARRIER
- NoConnect BUSY
- NoConnect VOICE
-
-