home *** CD-ROM | disk | FTP | other *** search
- ; Generic 1200 Baud Hayes clone
- ;
- ; DIP SWITCH SETTINGS: Refer to your modem manual as to the location
- ; of your switches and the function of each. You
- ; should be sure to set the modem so that it does
- ; NOT force Carrier Detect (this is usually
- ; switch #6). You should also set the modem so
- ; that DTR is NOT forced on (usually switch #1).
- ;
- ; NOTES: If your modem uses NRAM to store the configuration, you should
- ; use GEN1200S.INC instead.
-
- Baud 1200
- Parity N
- WordLen 8
- StopBits 1
-
- XonXoff BOTH
- CtsRts NEITHER
- MatchBaud TRUE
-
- ModemInitStrg ATE1Q0M1X4V1^M
- ModemDialStrg ATDT
- ModemDialSufx ^M
- ModemHangStrg ~~~+++~~~ATH0^M
- DTRHangup TRUE
-
- Connect CONNECT^M,300
- Connect CONNECT,1200
-
- NoConnect NO_DIALTONE
- NoConnect NO_CARRIER
- NoConnect BUSY
- NoConnect VOICE
-
-