home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / internet / starterpck / !SLIPdial / Drivers / Notes / Cour+Supra next >
Internet Message Format  |  1995-05-18  |  7KB

  1. From dunc@decc.demon.co.uk Thu May 18 18:42:51 1995
  2. Received: from punt.demon.co.uk by midwife.demon.co.uk with SMTP
  3.     id AA3007 for alan ; Thu, 18 May 95 17:42:44 GMT
  4. Received: from punt.demon.co.uk via puntmail for alan@midwife.demon.co.uk;
  5.           Thu, 18 May 95 12:33:32 GMT
  6. Received: from decc.demon.co.uk by punt.demon.co.uk id aa04685;
  7.           18 May 95 13:31 GMT-60:00
  8. To: alan@midwife.demon.co.uk
  9. From: Duncan Ferguson <Dunc@decc.demon.co.uk>
  10. Subject: Slipdial modem driver: courier 28k8
  11. Reply-To: Dunc@queeg.demon.co.uk
  12. References: <19950515.232620.76@quagmire.demon.co.uk> <19950516.004233.44@monoi.demon.co.uk> <19950517.192758.41@midwife.midwife.demon.co.uk>
  13. In-Reply-To: <19950517.192758.41@midwife.midwife.demon.co.uk>
  14. Date: Thu, 18 May 1995 12:27:23 GMT
  15. Message-ID: <19950518.122723.99@decc.demon.co.uk>
  16. Organization: Dudley Education Computer Centre
  17. X-Mailer: Archimedes TTFN Version 0.36
  18.  
  19. Here is the courier one i said i would get through to you.  I have been using
  20. it at work with no problems for a short while now, so i guess its ok...
  21.  
  22. I have put a slightly updated suprafax on the bottom as well (just a contact
  23. address has been added)
  24.  
  25. All the best,
  26.  
  27. Duncs.
  28. -----------------
  29. #                 Courier 28800 Modem Script File
  30. #                 ===============================
  31. #
  32. # Note - this script needs at least SlipDial v0.34d
  33. # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  34.  
  35. literal;set $init "ATZ ATE1 ATB0F1L2M1Q0V1X6 AT&A3&B1&C1&D2&G2&H1&I0&K3 AT&L0&M4&N0&P1&R2&S0 ATS7=18S9=2S19=20"
  36. set $busy "BUSY"
  37. set $conn "CONNECT"
  38. set $nocarr "NO CARRIER"
  39. set $nodial "NO DIAL TONE"
  40.  
  41. # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  42. #
  43. # key to modem init string
  44. # Z    - reset modem
  45. # E1   - command echo enabled
  46. # B1   - handshake options (HST mode; bell answer tone)
  47. # F1   - Local echo off (full duplex)
  48. # L2   - Speaker medium volume
  49. # M1   - Speaker on until carrier established
  50. # Q0   - result codes displayed
  51. # V1   - reult codes verbal
  52. # X6   - result code options (all result codes returned)
  53.  
  54. # &A3  - ARQ result codes (display protocl results)
  55. # &B1  - DTE/DCE rate (modem to computer serial port rate) fixed
  56. # &C1  - Normal CD operations
  57. # &D2  - Normal DTR operations
  58. # &G2  - UK guard tone
  59. # &H1  - Enable Hardware (CTS) flow control
  60. # &I0  - Disable Software (XON/XOFF) flow control
  61. # &K3  - Data compression V.42bis only
  62. # &L0  - Normal phone line type (not leased line)
  63. # &M4  - ARQ or (if not possible) Normal (no error correction) mode
  64. # &N0  - Connection rate is variable
  65. # &P1  - Pulse dial make/break for UK
  66. # &R2  - Pass data on RTS high
  67. # &S0  - DSR override (DSR always on)
  68.  
  69. # S7  = 9    - time to wait for data carrier (seconds) (ie phone isnt answered)
  70. # S9  = 2    - time (in 1/10 of a second) before recognising CARRIER from
  71. #              remote modem
  72. # S19 = 20   - inactivity timer set (set to 20 minutes)
  73.  
  74. # S54 = 56 ? - suggestion for sportster modems - not needed?
  75. # S39 = 5  ? - suggestion for sportster modems - not needed?
  76.  
  77. #
  78. # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  79. # Revision history
  80. #
  81. # v0.01 (20th April 1995)
  82. #  - Wrote initial version of driver
  83. #  - increased carrier detect time (works differently to suprafax modems)
  84.  
  85. # v0.02 (12th May 1995)
  86. #  - commented file up
  87. #  - checked over configuration string to look for obvious mistakes
  88.  
  89. # Contact:
  90. # ========
  91. #
  92. # Author of script file (to contact with any problem to _attempt_ to solve
  93. #   Duncan Ferguson ->dunc@queeg.demon.co.uk
  94.  
  95. =========================
  96. #                 SupraFax 14400 Modem Script File
  97. #                 ================================
  98. #
  99. # Note - this script needs at least SlipDial v0.34d - an error will be
  100. # generated on passing the \N3 and \T15 commands since they are not
  101. # filtered correctly on 0.34d
  102. # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  103.  
  104. literal;set $init "ATZ ATE1 ATM1L2N1Q0V1W1X4 AT&C1&D2&K3&Q5&R0 AT%C1%E1 ATS7=9S11=55S37=11S48=0S95=47 AT\N3\T15"
  105. set $busy "BUSY"
  106. set $conn "CONNECT"
  107. set $nocarr "NO CARRIER"
  108. set $nodial "NO DIALTONE"
  109.  
  110. # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  111. #
  112. # key to modem init string
  113. # Z   - reset modem
  114. # E1  - command echo ENABLED
  115. # L2  - speaker volume MEDIUM
  116. # M1  - Speaker ON UNTIL CARRIER RECEIVED
  117. # N1  - connect at HIGEST POSSIBLE SPEED
  118. # Q0  - result codes ENABLED
  119. # V1  - result codes VERBOSE
  120. # W1  - error correction call progress REPORTED
  121. # X4  - Wait for dial tone before dialling & report NO DIALTONE and BUSY
  122. #
  123. # &C1 - DCD ON indicates carrier from remote modem
  124. # &D2 - disconnect;return to command state upon DTR ON-TO-OFF transition
  125. # &K3 - enable bi-directional flow control
  126. # &Q5 - error correction asynchronous flow control
  127. # &R0 - CTS responds to RTS
  128. #
  129. # %C1 - data compression ENABLED
  130. # %E1 - auto retrain ENABLED
  131. #
  132. # S7  = 9  - time to wait for data carrier (seconds) (ie phone isnt answered)
  133. # S11 = 55 - tone dial spacing and duration
  134. # S37 = 11 - desired DCE line speed (14,400bps)
  135. # S48 = 0  - V.42 negotiation DISABLED (Demon recommended)
  136. # S95 = 47 - enable all result codes
  137. #
  138. # \N3  - operating mode AUTO-RELIABLE
  139. # \T15 - inactivity timer set (set to 15 minutes)
  140. #
  141. # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  142. # Revision history
  143. #
  144. # v0.02 (date unknown - cant remember ;o)
  145. #  - changed $nodial to correct text
  146. #  - rewrote initialisation string in line with Demons reccomendations
  147. #  - included timeout on no carrier detected so redialed when
  148. #    remote modem doesnt answer after 9 seconds
  149. #
  150. # v0.03 (22nd April 1995)
  151. #  - included modeminactivity timer at 15 minutes as extra security
  152. #  - enabled all result messages on connection
  153. #  - enabled re-negotiation of link incase phone line gets picked up
  154. #    at home end
  155. #  - included literal command to pass through % and \ properly
  156. #  - split up commands into relative sections
  157. #  - moved '\' commands last since they are not being passed properly
  158. #  - fixed bug whereby a redial causes modem to be reset, losing configuration
  159. #  - moved sequence of strings about so speaker volume is set correctly
  160. #  - moved echo enable command to initialisation start so all lines are
  161. #    echo'd properly
  162.  
  163. # Contact:
  164. # ========
  165. #
  166. # Author of script file (to contact with any problem to _attempt_ to solve
  167. #   Duncan Ferguson ->dunc@queeg.demon.co.uk
  168.  
  169.  
  170.  
  171. -- 
  172. Duncan Ferguson,            
  173. Systems Support Engineer,
  174. Saltwells EDC,              
  175. Netherton,
  176. Dudley,  DY2 9LY
  177.  
  178. All opinions are my own, and not of the LEA's (thank <insert diety here>!!)
  179.  
  180. ... "Bother", said Pooh, as the pin fell out the grenade
  181.  
  182.  
  183.  
  184.