home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 March / buyer-0396.iso / icr2 / modems.cfg < prev    next >
Text File  |  1995-03-28  |  6KB  |  205 lines

  1. ;                      MODEMS.CFG  --  NASCAR Racing
  2. ;
  3. ; In order to add support for a modem, 5 lines must be added to this file:
  4. ; "MODEM", "INIT", "PREFIX", "SUFFIX", & "BAUD".
  5. ;
  6. ; The "MODEM" line includes the text that will appear in NASCAR under
  7. ;     "Specify Modem".
  8. ; The "INIT" line includes the initialization string that must be passed to
  9. ;     the modem to establish communications.  The init string must do the
  10. ;     following (and typically, only the following): 
  11. ;         1) Reset the modem to factory defaults.
  12. ;         2) Turn off all error correction. 
  13. ;         3) Turn off all data compression.
  14. ;         4) Force the modem to the desired baud rate.
  15. ;     Step 1 is almost universally accomplished by putting "AT&F^M~~~" at the
  16. ;     start of the init string. From there, the commands to turn off error
  17. ;     correction & data compression, and to force the modem to the desired
  18. ;     baud rate must start with "AT" and must end with "^M". For example,
  19. ;     if the command to turn off all data compression on your modem is %C0, 
  20. ;     and the command to turn off all error correction is &Q6, and the 
  21. ;     command to force your modem to 9600 baud is &N6, your init string would 
  22. ;     be: AT&F^M~~~AT%C0&Q6&N6^M. *** Refer to your modem's manual for the 
  23. ;     correct commands for your modem. ***
  24. ;     A good rule of thumb to follow when determining your init string is
  25. ;     KEEP IT SIMPLE. Include only the commands that are necessary. We have
  26. ;     found that including extraneous commands that happen to work with other
  27. ;     modem games (i.e. Doom) can adversely effect communications in NASCAR.
  28. ;     If all else fails, contact your modem's manufacturer and ask them for
  29. ;     the specific commands necessary.
  30. ; The "PREFIX" line includes the command which initiates the dialing sequence
  31. ;     on your modem. Almost universally, this command is "ATDT".
  32. ; The "SUFFIX" line is the modem equivalent of "ENTER". It is always "^M".
  33. ; The "BAUD" line includes the baud rate at which you want to communicate.
  34. ;     This can be 9600, 14400, 19200, 28800, or 38400. It should match on
  35. ;     both the dialing & answering systems. *** If you don't have a 16550 
  36. ;     UART, you aren't sure, or if you don't have a clue of what a UART is, 
  37. ;     you should not attempt to communicate at over 9600 baud. ***
  38. ;
  39. ; For your convenience, a blank modem setup group is included at the bottom 
  40. ; of this file. To use it, remove the leading ";" and fill in the information
  41. ; on each line.
  42.  
  43. MODEM BocaModem 14.4 v.32bis (14.4)
  44. INIT AT&F^M~~~AT&K0&Q6S37=11^M
  45. PREFIX ATDT
  46. SUFFIX ^M
  47. BAUD 14400
  48.  
  49. MODEM BocaModem 14.4 v.32bis (9600)
  50. INIT AT&F^M~~~AT&K0&Q6S37=9^M
  51. PREFIX ATDT
  52. SUFFIX ^M
  53. BAUD 9600
  54.  
  55. MODEM Gateway TelePath (14.4)
  56. INIT AT&F^M~~~AT&K0&Q6S37=11^M
  57. PREFIX ATDT
  58. SUFFIX ^M
  59. BAUD 14400
  60.  
  61. MODEM Gateway TelePath (9600)
  62. INIT AT&F^M~~~AT&K0&Q6S37=9^M
  63. PREFIX ATDT
  64. SUFFIX ^M
  65. BAUD 9600
  66.  
  67. MODEM IBM MWave/DSP (14.4)
  68. INIT AT&F^M~~~AT\N0"H0S28=14&N1^M
  69. PREFIX ATDT
  70. SUFFIX ^M
  71. BAUD 14400
  72.  
  73. MODEM IBM MWave/DSP (9600)
  74. INIT AT&F^M~~~AT\N0"H0S28=12&N1^M
  75. PREFIX ATDT
  76. SUFFIX ^M
  77. BAUD 9600
  78.  
  79. MODEM Intel 144/144e/144i (14.4)
  80. INIT AT&F^M~~~AT\N0-J0"H0B9^M
  81. PREFIX ATDT
  82. SUFFIX ^M
  83. BAUD 14400
  84.  
  85. MODEM Intel 144/144e/144i (9600)
  86. INIT AT&F^M~~~AT\N0-J0"H0B8^M
  87. PREFIX ATDT
  88. SUFFIX ^M
  89. BAUD 9600
  90.  
  91. MODEM Practical Peripherals (14.4)
  92. INIT AT&F^M~~~AT&Q6&M0S37=11^M
  93. PREFIX ATDT
  94. SUFFIX ^M
  95. BAUD 14400
  96.  
  97. MODEM Practical Peripherals (9600)
  98. INIT AT&F^M~~~AT&Q6&M0S37=9^M
  99. PREFIX ATDT
  100. SUFFIX ^M
  101. BAUD 9600
  102.  
  103. MODEM Supra FAXModem (14.4)
  104. INIT AT&F^M~~~AT&K0&Q6S37=11^M
  105. PREFIX ATDT
  106. SUFFIX ^M
  107. BAUD 14400
  108.  
  109. MODEM Supra FAXModem (9600)
  110. INIT AT&F^M~~~AT&K0&Q6S37=9^M
  111. PREFIX ATDT
  112. SUFFIX ^M
  113. BAUD 9600
  114.  
  115. MODEM USRobotics Courier (28.8)
  116. INIT AT&F^M~~~AT&K0&M0^M
  117. PREFIX ATDT
  118. SUFFIX ^M
  119. BAUD 19200
  120. ; >>> 28.8 connection requires baud to be set to 19200 on BAUD line <<<
  121.  
  122. MODEM USRobotics Courier (14.4)
  123. INIT AT&F^M~~~AT&K0&M0&N8^M
  124. PREFIX ATDT
  125. SUFFIX ^M
  126. BAUD 19200
  127. ; >>> 14.4 connection requires baud to be set to 19200 on BAUD line <<<
  128.  
  129. MODEM USRobotics Courier (9600)
  130. INIT AT&F^M~~~AT&K0&M0&N6^M
  131. PREFIX ATDT
  132. SUFFIX ^M
  133. BAUD 9600
  134.  
  135. MODEM USRobotics Courier HST (14.4)
  136. INIT AT&F^M~~~AT&K0&M0&N8^M
  137. PREFIX ATDT
  138. SUFFIX ^M
  139. BAUD 14400
  140.  
  141. MODEM USRobotics Courier HST (9600)
  142. INIT AT&F^M~~~AT&K0&M0&N6^M
  143. PREFIX ATDT
  144. SUFFIX ^M
  145. BAUD 9600
  146.  
  147. MODEM USRobotics Sportster (28.8)
  148. INIT AT&F^M~~~AT&K0&M0^M
  149. PREFIX ATDT
  150. SUFFIX ^M
  151. BAUD 19200
  152. ; >>> 28.8 connection requires baud to be set to 19200 on BAUD line <<<
  153.  
  154. MODEM USRobotics Sportster (14.4)
  155. INIT AT&F^M~~~AT&K0&M0&N8^M
  156. PREFIX ATDT
  157. SUFFIX ^M
  158. BAUD 19200
  159. ; >>> 14.4 connection requires baud to be set to 19200 on BAUD line <<<
  160.  
  161. MODEM USRobotics Sportster (9600)
  162. INIT AT&F^M~~~AT&K0&M0&N6^M
  163. PREFIX ATDT
  164. SUFFIX ^M
  165. BAUD 9600
  166.  
  167. MODEM Zoom V.34 (28.8)
  168. INIT AT&F^M~~~AT%C0&Q6F0^M
  169. PREFIX ATDT
  170. SUFFIX ^M
  171. BAUD 28800
  172.  
  173. MODEM Zoom V.34 (14.4)
  174. INIT AT&F^M~~~AT%C0&Q6F10^M
  175. PREFIX ATDT
  176. SUFFIX ^M
  177. BAUD 14400
  178.  
  179. MODEM Zoom V.34 (9600)
  180. INIT AT&F^M~~~AT%C0&Q6F8^M
  181. PREFIX ATDT
  182. SUFFIX ^M
  183. BAUD 9600
  184.  
  185. MODEM Zoom VFX V.32bis / 14.4 (14.4)
  186. INIT AT&F^M~~~AT%C0&Q6F10^M
  187. PREFIX ATDT
  188. SUFFIX ^M
  189. BAUD 14400
  190.  
  191. MODEM Zoom VFX V.32bis / 14.4 (9600)
  192. INIT AT&F^M~~~AT%C0&Q6F8^M
  193. PREFIX ATDT
  194. SUFFIX ^M
  195. BAUD 9600
  196.  
  197. ; BLANK MODEM SETUP GROUP. TO USE, ENTER THE NECESSARY INFORMATION IN PLACE
  198. ; OF THE TEXT SURROUNDED BY THE ">>> <<<" (INCLUDING THE ">>> <<<") AND 
  199. ; REMOVE THE LEADING ";" FROM EACH LINE.
  200. ;MODEM   >>> enter you modem name here <<<
  201. ;INIT    >>> append the init string to the following: "AT&F^M~~~" <<<
  202. ;PREFIX  >>> typically you will use: "ATDT" <<<
  203. ;SUFFIX  >>> typically, you will use: "^M" <<<
  204. ;BAUD    >>> enter the baud rate here <<<
  205.