home *** CD-ROM | disk | FTP | other *** search
- ; Telebit T2500
- ;
- ; BEFORE STARTING: Place your Telebit in CCM (Conventional Command Mode)
- ; by following these steps:
- ;
- ; 1. Start with the modem OFF
- ; 2. Press and hold the T/D while turning the modem ON. Release the
- ; T/D switch when the PEP, CD, and MR lights flash.
- ; 3. Tap the T/D switch until the CD light is lit (but not flashing)
- ; and the PEP and MR lights are OFF.
- ; 4. Press and hold the T/D switch until the CD starts flashing
- ; again (about 2 seconds or longer)
- ;
- ; 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.
- ;
- ; ATE1Q0M1X4V1S11=60
- ; AT&C1&D2&G0&J0&K3&L0&P0
- ; AT&Q5&W
- ;
- ; NOTES: Set ALL dialing directory entries to 19200 baud
-
- Baud 19200
- Parity N
- WordLen 8
- StopBits 1
-
- XonXoff BOTH
- CtsRts BOTH
- MatchBaud TRUE
-
- ModemInitStrg ATZ^M
- ModemDialStrg ATDT
- ModemDialSufx ^M
- ModemHangStrg ;
- DTRHangup TRUE
-
- Connect CONNECT,19200
-
- NoConnect NO_DIALTONE
- NoConnect NO_CARRIER
- NoConnect BUSY
- NoConnect VOICE
-
-