home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / ethpcmdm.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-03-04  |  10.0 KB  |  238 lines

  1. ; Windows Modem Setup File
  2. ; Copyright 1994 Microsoft Corp.
  3. ;
  4.  
  5.  
  6. [Version]
  7. LayoutFile=layout.inf, layout1.inf
  8. Signature="$CHICAGO$"
  9. Class=Modem
  10. Provider=%MS%
  11.  
  12. ; --------------------------------------------------
  13. ; Manufacturers
  14.  
  15. [Manufacturer]
  16. %ACCTON%      = ACCTON
  17.  
  18. ; --------------------------------------------------
  19. ; Driver sections
  20.  
  21. [ACCTON]
  22. %ACCTON1% = Gen144P, MF\ACCTON2218_DEV0
  23.  
  24. ; --------------------------------------------------
  25. ; Generic modem install sections
  26.  
  27. [Gen]
  28. AddReg=All, GenericAddReg, GenReg, EXTERNAL
  29.  
  30. [Gen3]
  31. AddReg=All, GenericAddReg, Gen3Reg, EXTERNAL
  32.  
  33. [Gen12]
  34. AddReg=All, GenericAddReg, Gen12Reg, EXTERNAL
  35.  
  36. [Gen24]
  37. AddReg=All, GenericAddReg, Gen24Reg, EXTERNAL
  38.  
  39. [Gen24I]
  40. AddReg=All, GenericAddReg, Gen24Reg, INTERNAL
  41.  
  42. [Gen24P]
  43. AddReg=All, GenericAddReg, Gen24Reg, PCMCIA
  44.  
  45. [Gen96]
  46. AddReg=All, GenericAddReg, Gen96Reg, EXTERNAL
  47.  
  48. [Gen96I]
  49. AddReg=All, GenericAddReg, Gen96Reg, INTERNAL
  50.  
  51. [Gen96P]
  52. AddReg=All, GenericAddReg, Gen96Reg, PCMCIA
  53.  
  54. [Gen144]
  55. AddReg=All, GenericAddReg, Gen144Reg, EXTERNAL
  56.  
  57. [Gen144I]
  58. AddReg=All, GenericAddReg, Gen144Reg, INTERNAL
  59.  
  60. [Gen144P]
  61. AddReg=All, GenericAddReg, Gen144Reg, PCMCIA
  62.  
  63. [Gen192]
  64. AddReg=All, GenericAddReg, Gen192Reg, EXTERNAL
  65.  
  66. [Gen288]
  67. AddReg=All, GenericAddReg, Gen288Reg, EXTERNAL
  68.  
  69. ; --------------------------------------------------
  70. ; Common AddReg sections
  71.  
  72. [All]
  73. HKR,,FriendlyDriver,,Unimodem.vxd
  74. HKR,,DevLoader,,*VCOMM
  75. HKR,,PortSubClass,1,02
  76. HKR,,ConfigDialog,,modemui.dll
  77. HKR,,EnumPropPages,,"modemui.dll,EnumPropPages"
  78.  
  79. [EXTERNAL]
  80. HKR,, DeviceType, 1, 01
  81.  
  82. [INTERNAL]
  83. HKR,, DeviceType, 1, 02
  84.  
  85. [PCMCIA]
  86. HKR,,PortDriver,,Serial.vxd
  87. HKR,,Contention,,*vcd
  88. HKR,, DeviceType, 1, 03
  89.  
  90. [GenericAddReg]
  91. ; standard init/monitor/answer mechanisms.  Override if different for a specific modem/manufacture
  92. HKR, Init, 1,, "AT<cr>" ; do an "AT" to get autobaud correct (start other init strings with 2)
  93. HKR, Monitor, 1,, "ATS0=0<cr>"
  94. HKR, Monitor, 2,, "None"
  95. HKR, Answer, 1,, "ATA<cr>"
  96. HKR, Hangup, 1,, "ATH<cr>"
  97. HKR,, Reset,, "ATZ<cr>"    ; slam in a reset before closing
  98. HKR, Settings, Prefix,, "AT"
  99. HKR, Settings, Terminator,, "<cr>"
  100. HKR, Settings, DialPrefix,, "D"
  101. HKR, Settings, DialSuffix,, ";"
  102. HKR, Settings, CallSetupFailTimer,, "S7=<#>"
  103. HKR, Settings, InactivityTimeout,, "S30=<#>"
  104. HKR, Settings, SpeakerVolume_Low,, "L0"
  105. HKR, Settings, SpeakerVolume_Med,, "L2"
  106. HKR, Settings, SpeakerVolume_High,, "L3"
  107. HKR, Settings, SpeakerMode_Off,, "M0"
  108. HKR, Settings, SpeakerMode_Dial,, "M1"
  109. HKR, Settings, SpeakerMode_On,, "M2"
  110. HKR, Settings, SpeakerMode_Setup,, "M3"
  111. HKR, Settings, FlowControl_Off,, "&K0"
  112. HKR, Settings, FlowControl_Hard,, "&K3"
  113. HKR, Settings, FlowControl_Soft,, "&K4"
  114. HKR, Settings, ErrorControl_Off,, "&Q6S36=3S48=128"
  115. HKR, Settings, ErrorControl_On,, "&Q5S36=7S48=7"
  116. HKR, Settings, ErrorControl_Forced,, "&Q5S36=4S48=7"
  117. HKR, Settings, Compression_Off,, "S46=136"
  118. HKR, Settings, Compression_On,, "S46=138"
  119. HKR, Settings, Modulation_CCITT,, "B0"
  120. HKR, Settings, Modulation_Bell,, "B1"
  121. HKR, Settings, SpeedNegotiation_Off,, "N0"
  122. HKR, Settings, SpeedNegotiation_On,, "N1"
  123. HKR, Settings, Pulse,, "P"
  124. HKR, Settings, Tone,, "T"
  125. HKR, Settings, Blind_Off,, "X4"
  126. HKR, Settings, Blind_On,, "X3"
  127.  
  128. ; These are the Hayes responses.
  129. ; Differences for non-Hayes modems should be addressed in the specific modem/manufacturer sections
  130. ;                  | State
  131. ;                  | Options (Compression, Error-Correction, Cellular)
  132. ;                      | DCE Rate
  133. ;                           | DTE Rate
  134. ; Command Response and Call Progress Monitoring
  135. HKR, Responses, "<cr><lf>OK<cr><lf>", 1, 00, 00, 00,00,00,00, 00,00,00,00 ; OK
  136. HKR, Responses, "<cr><lf>ERROR<cr><lf>", 1, 03, 00, 00,00,00,00, 00,00,00,00 ; ERROR
  137. HKR, Responses, "0<cr>",  1, 00, 00, 00,00,00,00, 00,00,00,00 ; OK
  138. HKR, Responses, "1<cr>",  1, 02, 00, 2C,01,00,00, 00,00,00,00 ; CONNECT - Connection at 300 bps
  139. HKR, Responses, "2<cr>",  1, 08, 00, 00,00,00,00, 00,00,00,00 ; RING
  140. HKR, Responses, "3<cr>",  1, 04, 00, 00,00,00,00, 00,00,00,00 ; NO CARRIER
  141. HKR, Responses, "4<cr>",  1, 03, 00, 00,00,00,00, 00,00,00,00 ; ERROR
  142. HKR, Responses, "5<cr>",  1, 02, 00, B0,04,00,00, 00,00,00,00 ; CONNECT 1200
  143. HKR, Responses, "6<cr>",  1, 05, 00, 00,00,00,00, 00,00,00,00 ; NO DIALTONE
  144. HKR, Responses, "7<cr>",  1, 06, 00, 00,00,00,00, 00,00,00,00 ; BUSY
  145. HKR, Responses, "8<cr>",  1, 07, 00, 00,00,00,00, 00,00,00,00 ; NO ANSWER
  146. HKR, Responses, "9<cr>",  1, 02, 00, 58,02,00,00, 00,00,00,00 ; CONNECT 0600
  147. HKR, Responses, "10<cr>", 1, 02, 00, 60,09,00,00, 00,00,00,00 ; CONNECT 2400
  148. HKR, Responses, "11<cr>", 1, 02, 00, C0,12,00,00, 00,00,00,00 ; CONNECT 4800
  149. HKR, Responses, "12<cr>", 1, 02, 00, 80,25,00,00, 00,00,00,00 ; CONNECT 9600
  150. HKR, Responses, "13<cr>", 1, 02, 00, 20,1C,00,00, 00,00,00,00 ; CONNECT 7200
  151. HKR, Responses, "14<cr>", 1, 02, 00, E0,2E,00,00, 00,00,00,00 ; CONNECT 12000
  152. HKR, Responses, "15<cr>", 1, 02, 00, 40,38,00,00, 00,00,00,00 ; CONNECT 14400
  153. HKR, Responses, "16<cr>", 1, 03, 00, 00,48,00,00, 00,00,00,00 ; CONNECT 19200
  154. HKR, Responses, "17<cr>", 1, 02, 00, 00,96,00,00, 00,00,00,00 ; CONNECT 38400
  155. HKR, Responses, "18<cr>", 1, 02, 00, 00,E1,00,00, 00,00,00,00 ; CONNECT 57600
  156. HKR, Responses, "19<cr>", 1, 02, 00, 00,C2,01,00, 00,00,00,00 ; CONNECT 115200
  157. HKR, Responses, "22<cr>", 1, 02, 00, B0,04,00,00, 00,00,00,00 ; CONNECT 1200/75
  158. HKR, Responses, "23<cr>", 1, 02, 00, B0,04,00,00, 00,00,00,00 ; CONNECT 75/1200
  159. HKR, Responses, "24<cr>", 1, 03, 00, 00,00,00,00, 00,00,00,00 ; DELAYED
  160. HKR, Responses, "32<cr>", 1, 03, 00, 00,00,00,00, 00,00,00,00 ; BLACKLISTED
  161. HKR, Responses, "33<cr>", 1, 03, 00, 00,00,00,00, 00,00,00,00 ; FAX - FAX call detected
  162. HKR, Responses, "34<cr>", 1, 03, 00, 00,00,00,00, 00,00,00,00 ; +FCERROR
  163. HKR, Responses, "35<cr>", 1, 03, 00, 00,00,00,00, 00,00,00,00 ; DATA - Data call detected
  164. HKR, Responses, "40<cr>", 1, 01, 00, 2C,01,00,00, 00,00,00,00 ; CARRIER 300
  165. HKR, Responses, "42<cr>", 1, 01, 00, 58,02,00,00, 00,00,00,00 ; CARRIER 600/75
  166. HKR, Responses, "44<cr>", 1, 01, 00, B0,04,00,00, 00,00,00,00 ; CARRIER 1200/75
  167. HKR, Responses, "45<cr>", 1, 01, 00, B0,04,00,00, 00,00,00,00 ; CARRIER 75/1200
  168. HKR, Responses, "46<cr>", 1, 01, 00, B0,04,00,00, 00,00,00,00 ; CARRIER 1200
  169. HKR, Responses, "47<cr>", 1, 01, 00, 60,09,00,00, 00,00,00,00 ; CARRIER 2400
  170. HKR, Responses, "48<cr>", 1, 01, 00, C0,12,00,00, 00,00,00,00 ; CARRIER 4800
  171. HKR, Responses, "49<cr>", 1, 01, 00, 20,1C,00,00, 00,00,00,00 ; CARRIER 7200
  172. HKR, Responses, "50<cr>", 1, 01, 00, 80,25,00,00, 00,00,00,00 ; CARRIER 9600
  173. HKR, Responses, "51<cr>", 1, 01, 00, E0,2E,00,00, 00,00,00,00 ; CARRIER 12000
  174. HKR, Responses, "52<cr>", 1, 01, 00, 40,38,00,00, 00,00,00,00 ; CARRIER 14400
  175. HKR, Responses, "66<cr>", 1, 01, 01, 00,00,00,00, 00,00,00,00 ; COMPRESSION: CLASS 5
  176. HKR, Responses, "67<cr>", 1, 01, 01, 00,00,00,00, 00,00,00,00 ; COMPRESSION: V.42BIS
  177. HKR, Responses, "69<cr>", 1, 01, 00, 00,00,00,00, 00,00,00,00 ; COMPRESSION: NONE
  178. HKR, Responses, "70<cr>", 1, 01, 00, 00,00,00,00, 00,00,00,00 ; PROTOCOL: NONE
  179. HKR, Responses, "77<cr>", 1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: LAPM
  180. HKR, Responses, "80<cr>", 1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: ALT
  181. HKR, Responses, "81<cr>", 1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: ISDN
  182. HKR, Responses, "82<cr>", 1, 01, 02, 00,00,00,00, 00,00,00,00 ; PROTOCOL: X.25
  183.  
  184. ; DCB's - dwords and words are byte reversed
  185. ;                                        ByteSize (Number of bits/byte, 4-8)
  186. ;                                        Parity (0-4=None,Odd,Even,Mark,Space)
  187. ;                                            StopBits (0,1,2 = 1, 1.5, 2)
  188. ;           |DCBLength   |BaudRate     |Bit Mask    |Rsvd  |XonLim|XofLim|   |   |   |Xon|Xof|Err|Eof|Evt
  189.  
  190.  
  191.  
  192. ; --------------------------------------------------
  193. ; Model AddReg sections
  194.  
  195. [GenReg]
  196. HKR,, Properties, 1, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,01,00,00, 00,c2,01,00, 00,c2,01,00
  197.  
  198. [Gen3Reg]
  199. HKR,, Properties, 1, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,01,00,00, 2c,01,00,00, 2c,01,00,00
  200. HKR,, DCB, 1, 1C,00,00,00, 2C,01,00,00, 15,20,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  201.  
  202. [Gen12Reg]
  203. HKR,, Properties, 1, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,01,00,00, b0,04,00,00, b0,04,00,00
  204. HKR,, DCB, 1, 1C,00,00,00, B0,04,00,00, 15,20,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  205.  
  206. [Gen24Reg]
  207. HKR,, Properties, 1, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,01,00,00, 80,25,00,00, 60,09,00,00
  208. HKR,, DCB, 1, 1C,00,00,00, 60,09,00,00, 15,20,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  209.  
  210. [Gen96Reg]
  211. HKR,, Properties, 1, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,01,00,00, 00,96,00,00, 80,25,00,00
  212. HKR,, DCB, 1, 1C,00,00,00, 80,25,00,00, 15,20,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  213.  
  214. [Gen144Reg]
  215. ;HKR,, Properties, 1, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,01,00,00, 00,e1,00,00, 40,38,00,00
  216. ;HKR,, DCB, 1, 1C,00,00,00, 00,4B,00,00, 15,20,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  217. ;HKR, Init, 2,, "AT&FE0V0W1&C1&D2S95=47<cr>"
  218. ;HKR,, Properties, 1, 80,01,00,00, ff,00,00,00, ff,00,00,00, 07,00,00,00, 0f,00,00,00, f7,03,00,00, 00,e1,00,00, 40,38,00,00
  219. HKR, Init, 2,, "AT&FE0V0W1&C1&D2S95=47<cr>"
  220. HKR,, Properties, 1, c0,01,00,00, ff,00,00,00, ff,00,00,00, 07,00,00,00, 0f,00,00,00, b7,03,00,00, 00,c2,01,00, 80,70,00,00
  221. HKR, Settings, DialSuffix,, ""
  222.  
  223. [Gen192Reg]
  224. HKR,, Properties, 1, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,01,00,00, 00,c2,01,00, 00,4b,00,00
  225. HKR,, DCB, 1, 1C,00,00,00, 00,4B,00,00, 15,20,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  226.  
  227. [Gen288Reg]
  228. HKR,, Properties, 1, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,01,00,00, 00,c2,01,00, 80,70,00,00
  229. HKR,, DCB, 1, 1C,00,00,00, 00,96,00,00, 15,20,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  230.  
  231. ; --------------------------------------------------
  232. [Strings]
  233. ClassName="Modem"
  234. MS="Microsoft"
  235.  
  236. ACCTON    = "Accton Technology Corporation"
  237. ACCTON1 = "Accton EN2218 Multi-function PC Card (Modem)"
  238.