home *** CD-ROM | disk | FTP | other *** search
- ; UDS 2440
- ;
- ; JUMPER SETTINGS: There are two jumpers INSIDE the modem that should
- ; be checked. These are for CTS and RTS flow control.
- ; These look something like:
- ;
- ; o o| o o o
- ; o o| FLO CTS
- ; F R
- ; L T
- ; O S
- ;
- ; The pins above "RTS" should be jumpered and the right
- ; two by "CTS" should be covered.
- ;
- ; 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
- ; ATS7=60
- ; AT&C1&D2&R&T5%N8%U3%V0%K1&W
- ;
- ; NOTES: Set ALL dialing directory entries to 9600 baud
- ; Data compression is enabled via AT%K1
-
- 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_DIAL_TONE
- NoConnect NO_CARRIER
- NoConnect BUSY
- NoConnect VOICE
-
-