home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / UUPC11QD.ZIP / SAMPLE.MDM < prev    next >
Encoding:
Text File  |  1991-11-24  |  8.2 KB  |  149 lines

  1. # *--------------------------------------------------------------------*
  2. # *         Sample modem configuration file for UUPC/extended          *
  3. # *         Send questions to help@kendra.kew.com                      *
  4. # *--------------------------------------------------------------------*
  5.  
  6. # *--------------------------------------------------------------------*
  7. # *          Begin information common to dial in and dial out          *
  8. # *--------------------------------------------------------------------*
  9.  
  10. # *--------------------------------------------------------------------*
  11. # *     Delay between characters sent to the modem.  Allows            *
  12. # *     time for echoing characters sent if the modem is brain         *
  13. # *     damaged.  Unlike other values in this file, the value is       *
  14. # *     in Milliseconds (1/1000 second).                               *
  15. # *--------------------------------------------------------------------*
  16. CharDelay=0
  17.  
  18. # *--------------------------------------------------------------------*
  19. # *     Time in seconds allowed for the modem to respond for           *
  20. # *     commands which do not otherwise have configuration             *
  21. # *     parameters.                                                    *
  22. # *--------------------------------------------------------------------*
  23. ModemTimeout=3
  24.  
  25. # *--------------------------------------------------------------------*
  26. # *     Port used by this modem                                        *
  27. # *--------------------------------------------------------------------*
  28. Device=COM1
  29.  
  30. # *--------------------------------------------------------------------*
  31. # *     Initialize string for the modem; the actual commands, like     *
  32. # *     all the commands in this file, are for the Hayes SmartModem    *
  33. # *     2400.                                                          *
  34. # *--------------------------------------------------------------------*
  35. Initialize="" "" "" \pATZ OK \pATE0X1S0=0 OK \p\c
  36.  
  37. # *--------------------------------------------------------------------*
  38. # *   Hangup string.  Actually issued after DTR is dropped; can to     *
  39. # *   usedto reinitialize modem to disable such functions as           *
  40. # *   auto-answer                                                      *
  41. # *--------------------------------------------------------------------*
  42. Hangup="" \pATZ OK
  43.  
  44. # *--------------------------------------------------------------------*
  45. # *     Option "fixedspeed" forces the modem support code to not       *
  46. # *     autobaud the modem.  This is useful for highspeed modems like  *
  47. # *     the Telebit Trailblazer which run at a higher serial port      *
  48. # *     speed than the actual line speed.  The default,                *
  49. # *     "nofixedspeed", should be used for the Hayes SmartModem        *
  50. # *     1200/2400 and clones.                                          *
  51. # *--------------------------------------------------------------------*
  52. options=nofixedspeed
  53.  
  54. # *--------------------------------------------------------------------*
  55. # *   Option "direct" causes the computer to ignore hardware flow      *
  56. # *   control.  Unless you have an improperly wired system without     *
  57. # *   the Clear To Send (CTS) line, leave this as "nodirect".          *
  58. # *--------------------------------------------------------------------*
  59. options=nodirect
  60.  
  61. # *--------------------------------------------------------------------*
  62. # *                 Begin outgoing dialing information                 *
  63. # *--------------------------------------------------------------------*
  64.  
  65. # *--------------------------------------------------------------------*
  66. # *     Prefix for dialing                                             *
  67. # *--------------------------------------------------------------------*
  68. DialPrefix=ATD
  69.  
  70. # *--------------------------------------------------------------------*
  71. # *     Suffix for dialing.  Normally not needed if the command is     *
  72. # *     terminated by the default character return                     *
  73. # *--------------------------------------------------------------------*
  74. #DialSuffix=
  75.  
  76. # *--------------------------------------------------------------------*
  77. # *       Time in seconds for the modem to connect after dialing       *
  78. # *--------------------------------------------------------------------*
  79. DialTimeout=40
  80.  
  81. # *--------------------------------------------------------------------*
  82. # *     The string expected after dialing.  This can be a full         *
  83. # *     chat script, although if the fixedspeed option is not set      *
  84. # *     (nofixedspeed) UUIO will expect the modem speed to follow      *
  85. # *     the connect string.  This is also true for Answer, below       *
  86. # *--------------------------------------------------------------------*
  87. Connect=CONNECT
  88.  
  89. # *--------------------------------------------------------------------*
  90. # *      Timeout for scripts in the SYSTEMS file for this modem.       *
  91. # *--------------------------------------------------------------------*
  92. ScriptTimeout=30
  93.  
  94. # *--------------------------------------------------------------------*
  95. # *     Beginning of information for incoming calls.  Note that if     *
  96. # *     you never plan to let UUIO answer the phone by invoking it     *
  97. # *     in passive mode via the "-r 0" flag, you need not give         *
  98. # *     these keywords real values, although they must be defined.     *
  99. # *--------------------------------------------------------------------*
  100.  
  101. # *--------------------------------------------------------------------*
  102. # *                 Speed to answer the telephone at                   *
  103. # *--------------------------------------------------------------------*
  104. InSpeed=2400
  105.  
  106. # *--------------------------------------------------------------------*
  107. # *     A send expect string for the phone to ring; you can also       *
  108. # *     use this to turn on autoanswer -- See SX1200 for an example.   *
  109. # *     A disadvantage to this that we wait a VERY long time           *
  110. # *     (hours) waiting for each string in the ring sequence if        *
  111. # *     needed.                                                        *
  112. # *--------------------------------------------------------------------*
  113. Ring=RING
  114.  
  115. # *--------------------------------------------------------------------*
  116. # *     What we do when the phone rings; in this example, we tell      *
  117. # *     it to answer the phone.  If the phone was answered by the      *
  118. # *     Ring string above, this can the empty string ("").             *
  119. # *--------------------------------------------------------------------*
  120. Answer="" \pATA CONNECT
  121.  
  122. # *--------------------------------------------------------------------*
  123. # *     How much time we have for the expect strings to be             *
  124. # *     responded to in the Answer string above.                       *
  125. # *--------------------------------------------------------------------*
  126. AnswerTimeout=30
  127.  
  128. # *--------------------------------------------------------------------*
  129. # *   UUCP protocol information.                                       *
  130. # *                                                                    *
  131. # *   Normally, you never need to override the maximum values          *
  132. # *   allowed for variou parameters allowed by the UUCP "g"            *
  133. # *   Protocol; however, some modems (including some TrailBlazers)     *
  134. # *   are hard coded to only allow 3 open windows, and older           *
  135. # *   releases of UUPC/extended will abort if presented with a bad     *
  136. # *   window size.  Thus, we allow the following overrides on a        *
  137. # *   per modem basis.                                                 *
  138. # *--------------------------------------------------------------------*
  139.  
  140. # *--------------------------------------------------------------------*
  141. # *                 Window size used by "g" procotol                   *
  142. # *--------------------------------------------------------------------*
  143. #GWindowSize=7
  144.  
  145. # *--------------------------------------------------------------------*
  146. # *                Packetsize allowed by "g" protocol                  *
  147. # *--------------------------------------------------------------------*
  148. #GPacketSize=64
  149.