home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / upc12bad.zip / tbplus.mdm < prev    next >
Text File  |  1993-08-04  |  3KB  |  60 lines

  1. # *--------------------------------------------------------------------*
  2. # *   Modem file for TrailerBlazer Plus answering the phone;           *
  3. # *   allows either MNP 5 (2400 bps) or PEP mode (9600 baud); PEP      *
  4. # *   mode allows Kermit or UUCP spoofing if the other modem           *
  5. # *   requests it.                                                     *
  6. # *                                                                    *
  7. # *   Drew Derbyshire, June 2 1992; thanks to Dave Watt for the modem  *
  8. # *   loan.                                                            *
  9. # *--------------------------------------------------------------------*
  10.  
  11. Description=Telebit Trailblazer Plus with 7.x PROM upgrade
  12.  
  13. Answer=CONNECT
  14. AnswerTimeout=30
  15. Connect=CONNECT
  16. NoConnect="NO DIALTONE" "BUSY" "NO CARRIER"
  17. Device=COM4
  18. DialPrefix=\pATDT
  19. DialTimeout=75
  20. Hangup="" ATZ OK-ATZ-OK
  21.  
  22. # *--------------------------------------------------------------------*
  23. # *   The initialize string is as follows:                             *
  24. # *                                                                    *
  25. # *   ~         enhanced mode                                          *
  26. # *   &F        Factory parameters                                     *
  27. # *   E0        Command echo off                                       *
  28. # *   X14       All results codes enabled                              *
  29. # *   M3/M0     Speaker on waiting for carrier/speaker off             *
  30. # *   S0=0      Auto-answer off                                        *
  31. # *   S7=75     Wait for carrier time                                  *
  32. # *   W1        Detailed progress reporting                            *
  33. # *   S51=254   Autospeed select, type ahead enabled, 19200 bps        *
  34. # *   S52=2     Reset modem completely after DTR drop                  *
  35. # *   S64=0     Abort dialing if character received from computer      *
  36. # *             during dial.  (Same behavior as a Hayes SmartModem)    *
  37. # *   S95=2     MNP in slow mode if possible, else stupid mode         *
  38. # *   S66=2     Lock interface speed for MNP and use flow control      *
  39. # *   S110=1    Use PEP compression if other modem likes the idea      *
  40. # *   S111=30   UUCP 'g' protocol spoofing (see also Ring, below)      *
  41. # *   S58=2     RTS/CTS flow control from computer to modem            *
  42. # *   S68=2     RTS/CTS flow control from modem to computer            *
  43. # *   S92=2     Issue PEP howl after 2400 bos answer tones             *
  44. # *--------------------------------------------------------------------*
  45.  
  46. 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
  47.  
  48. # *--------------------------------------------------------------------*
  49. # *  Ring sequence - enables auto answer and any protocol spoofing     *
  50. # *--------------------------------------------------------------------*
  51. # *   S0=1      Enable auto-answer on the first ring                   *
  52. # *   S111=255  Spoof whatever protocol the other end asks to          *
  53. # *--------------------------------------------------------------------*
  54.  
  55. Ring="" \pATS0=1S111=255 OK-ATS0=1-OK "" RING
  56.  
  57. ModemTimeout=3
  58. options=nofixedspeed carrierdetect
  59. InSpeed=19200
  60.