home *** CD-ROM | disk | FTP | other *** search
- ; Practical Peripherals PM2400SA MNP
- ;
- ; 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.
- ;
- ; ATB1E1L2M1Q0V1X4Y0&C1&D2&J0&P0
- ; AT\A3\C1\E0\G0\J0\K5\N3\Q3\V1\X0
- ; AT%C0%A0S0=0S2=43&W0
- ;
- ; NOTES: Set ALL dialing directory entries to 9600 baud
- ; Data compression is DISABLED via AT%C0
-
- 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
-
-