home *** CD-ROM | disk | FTP | other *** search
Wrap
# *--------------------------------------------------------------------* # * Modem file for TrailerBlazer Plus answering the phone; * # * allows either MNP 5 (2400 bps) or PEP mode (9600 baud); PEP * # * mode allows Kermit or UUCP spoofing if the other modem * # * requests it. * # * * # * Drew Derbyshire, June 2 1992; thanks to Dave Watt for the modem * # * loan. * # *--------------------------------------------------------------------* Answer=CONNECT AnswerTimeout=30 Connect=CONNECT NoConnect="NO DIALTONE" "BUSY" "NO CARRIER" Device=COM4 DialPrefix=\pATDT DialTimeout=75 Hangup="" ATZ OK-ATZ-OK # *--------------------------------------------------------------------* # * The initialize string is as follows: * # * * # * ~ enhanced mode * # * &F Factory parameters * # * E0 Command echo off * # * X14 All results codes enabled * # * M3/M0 Speaker on waiting for carrier/speaker off * # * S0=0 Auto-answer off * # * S7=75 Wait for carrier time * # * W1 Detailed progress reporting * # * S51=254 Autospeed select, type ahead enabled, 19200 bps * # * S52=2 Reset modem completely after DTR drop * # * S64=0 Abort dialing if character received from computer * # * during dial. (Same behavior as a Hayes SmartModem) * # * S95=2 MNP in slow mode if possible, else stupid mode * # * S66=2 Lock interface speed for MNP and use flow control * # * S110=1 Use PEP compression if other modem likes the idea * # * S111=30 UUCP 'g' protocol spoofing (see also Ring, below) * # * S58=2 RTS/CTS flow control from computer to modem * # * S68=2 RTS/CTS flow control from modem to computer * # * S92=2 Issue PEP howl after 2400 bos answer tones * # *--------------------------------------------------------------------* Initialize="" \r\pATZ OK \r\pAT~&F OK-AT~&F-OK-\d\d+++\d\d-OK \pATE0X14M0S7=75 OK ATS0=0W1 OK ATS51=254S52=2S64=0 OK ATS95=2S66=2S110=1S111=30 OK ATS131=1S58=2S68=2 OK ATS92=1 # *--------------------------------------------------------------------* # * Ring sequence - enables auto answer and any protocol spoofing * # *--------------------------------------------------------------------* # * S0=1 Enable auto-answer on the first ring * # * S111=255 Spoof whatever protocol the other end asks to * # *--------------------------------------------------------------------* Ring="" \pATS0=1S111=255 OK-ATS0=1-OK "" RING ModemTimeout=3 options=nofixedspeed carrierdetect InSpeed=19200