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

  1. # *--------------------------------------------------------------------*
  2. # *   (Contributed by Mike Lipsie ...)                                 *
  3. # *                                                                    *
  4. # *   We were (sadly, past tense) using a T1000.  If you don't         *
  5. # *   have a MDM file for it I thought you might like one.  We         *
  6. # *   only used it for outgoing calls so I doubt in Answer stuff       *
  7. # *   is any good, but ...                                             *
  8. # *--------------------------------------------------------------------*
  9.  
  10. # *--------------------------------------------------------------------*
  11. # *         Modem configuration file for UUPC/extended for Trail       *
  12. #*          Blazer T1000.  Send questions to help@kew.com              *
  13. # *--------------------------------------------------------------------*
  14. Description=Telebit Trailblazer T1000
  15.  
  16. # *--------------------------------------------------------------------*
  17. # *          Begin information common to dial in and dial out          *
  18. # *--------------------------------------------------------------------*
  19.  
  20. # *--------------------------------------------------------------------*
  21. # *     Delay between characters sent to the modem.  Allows            *
  22. # *     time for echoing characters sent if the modem is brain         *
  23. # *     damaged.  Unlike other values in this file, the value is       *
  24. # *     in Milliseconds (1/1000 second).                               *
  25. # *--------------------------------------------------------------------*
  26. CharDelay=0
  27.  
  28. # *--------------------------------------------------------------------*
  29. # *     Time in seconds allowed for the modem to respond for           *
  30. # *     commands which do not otherwise have configuration             *
  31. # *     parameters.                                                    *
  32. # *--------------------------------------------------------------------*
  33. ModemTimeout=3
  34.  
  35. # *--------------------------------------------------------------------*
  36. # *     Port used by this modem                                        *
  37. # *--------------------------------------------------------------------*
  38. Device=COM2
  39.  
  40. # *--------------------------------------------------------------------*
  41. # *     Initialize string for the modem; the actual commands, like     *
  42. # *     all the commands in this file, are for the Hayes SmartModem    *
  43. # *     2400.                                                          *
  44. # *--------------------------------------------------------------------*
  45. #Initialize="" "" "" \dATZ OK \dATE0X1S0=0 OK \d\c
  46. Initialize="" "" "" \dAT&F&C1&D2&Q0~s111=30 OK \d\d\c
  47.  
  48. # *--------------------------------------------------------------------*
  49. # *     Option "fixedspeed" forces the modem support code to not       *
  50. # *     autobaud the modem.  This is useful for highspeed modems like  *
  51. # *     the Telebit Trailblazer which run at a higher serial port      *
  52. # *     speed than the actual line speed.  The default,                *
  53. # *     "nofixedspeed", should be used for the Hayes SmartModem        *
  54. # *     1200/2400 and clones.                                          *
  55. # *--------------------------------------------------------------------*
  56. options=fixedspeed
  57.  
  58. # *--------------------------------------------------------------------*
  59. # *                 Begin outgoing dialing information                 *
  60. # *--------------------------------------------------------------------*
  61.  
  62. # *--------------------------------------------------------------------*
  63. # *     Prefix for dialing                                             *
  64. # *--------------------------------------------------------------------*
  65. DialPrefix=ATDT
  66.  
  67. # *--------------------------------------------------------------------*
  68. # *     Suffix for dialing.  Normally not needed if the command is     *
  69. # *     terminated by the default character return                     *
  70. # *--------------------------------------------------------------------*
  71. #DialSuffix=
  72.  
  73. # *--------------------------------------------------------------------*
  74. # *       Time in seconds for the modem to connect after dialing       *
  75. # *--------------------------------------------------------------------*
  76. DialTimeout=40
  77.  
  78. # *--------------------------------------------------------------------*
  79. # *     The string expected after dialing.  This can be a full         *
  80. # *     chat script, although if the fixedspeed option is not set      *
  81. # *     (nofixedspeed) UUIO will expect the modem speed to follow      *
  82. # *     the connect string.  This is also true for Answer, below       *
  83. # *--------------------------------------------------------------------*
  84. Connect=CONNECT
  85.  
  86. # *--------------------------------------------------------------------*
  87. # *      Timeout for scripts in the SYSTEMS file for this modem.       *
  88. # *--------------------------------------------------------------------*
  89. ScriptTimeout=30
  90.  
  91. # *--------------------------------------------------------------------*
  92. # *     Beginning of information for incoming calls.  Note that if     *
  93. # *     you never plan to let UUIO answer the phone by invoking it     *
  94. # *     in passive mode via the "-r 0" flag, you need not give         *
  95. # *     these keywords real values, although they must be defined.     *
  96. # *--------------------------------------------------------------------*
  97.  
  98. # *--------------------------------------------------------------------*
  99. # *                 Speed to answer the telephone at                   *
  100. # *--------------------------------------------------------------------*
  101. InSpeed=2400
  102.  
  103. # *--------------------------------------------------------------------*
  104. # *     A send expect string for the phone to ring; you can also       *
  105. # *     use this to turn on autoanswer -- See SX1200 for an example.   *
  106. # *     A disadvantage to this that we wait a VERY long time           *
  107. # *     (hours) waiting for each string in the ring sequence if        *
  108. # *     needed.                                                        *
  109. # *--------------------------------------------------------------------*
  110. Ring=RING
  111.  
  112. # *--------------------------------------------------------------------*
  113. # *     What we do when the phone rings; in this example, we tell      *
  114. # *     it to answer the phone.  If the phone was answered by the      *
  115. # *     Ring string above, this can the empty string ("").             *
  116. # *--------------------------------------------------------------------*
  117. Answer="" \dATA CONNECT
  118.  
  119. # *--------------------------------------------------------------------*
  120. # *     How much time we have for the expect strings to be             *
  121. # *     responded to in the Answer string above.                       *
  122. # *--------------------------------------------------------------------*
  123. AnswerTimeout=30
  124.