home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / omron / 6420dsu / windows / win95.inf < prev    next >
Windows Setup INFormation  |  1996-03-18  |  4KB  |  145 lines

  1. ; Windows Modem Setup File
  2. ; Copyright 1994 Microsoft Corp.
  3. ;
  4. ; Manufacturer: OMRON Corporation
  5. ;
  6. ;Revision: 1.0
  7.  
  8. [Version]
  9. Signature="$CHICAGO$"
  10. Class=Modem
  11. Provider=%Mfg%
  12. INFWizardVer=0.04
  13.  
  14. ; The [Private] section is used only by MODEM.DOT.
  15. ; It can be deleted in "Text Only" versions of INF files.
  16.  
  17. [Private]
  18. NumModems=2
  19.  
  20. [Manufacturer]
  21. %Mfg% = Models
  22.  
  23. ; Modem models
  24.  
  25. [Models]
  26. %Modem2% = Modem2        ; FW6420 ASYNC115
  27. %Modem1% = Modem1        ; FW6420 SYNC115
  28.  
  29.  
  30. ; Installation sections
  31.  
  32. [Modem2]    ; FW6420 ASYNC115
  33. AddReg=All, MfgAddReg, Modem2.AddReg
  34.  
  35. [Modem1]    ; FW6420 SYNC115
  36. AddReg=All, MfgAddReg, Modem1.AddReg
  37.  
  38.  
  39. ; AddReg sections
  40.  
  41. [Modem2.AddReg]    ; FW6420 ASYNC115
  42. HKR,, DeviceType, 1, 01      ; External
  43. HKR,, Properties, 1, 00,00,00,00, 32,00,00,00, 00,00,00,00, 01,00,00,00, 01,00,00,00, 30,01,00,00, 00,c2,01,00, 00,c2,01,00
  44. HKR,, FClass, 1, 00,00,00,00
  45. HKR, Init,      2,, "ATQ0V1X0$N1=0<cr>"
  46.  
  47. [Modem1.AddReg]    ; FW6420 SYNC115
  48. HKR,, DeviceType, 1, 01      ; External
  49. HKR,, Properties, 1, 00,00,00,00, 32,00,00,00, 00,00,00,00, 01,00,00,00, 01,00,00,00, 30,01,00,00, 00,c2,01,00, 00,c2,01,00
  50. HKR,, FClass, 1, 00,00,00,00
  51.  
  52.  
  53. ; User visible strings
  54.  
  55. [Strings]
  56. ClassName = "Modem"
  57. Mfg = "OMRON Corporation"
  58.  
  59. ; Model strings
  60.  
  61. Modem2="FW6420 ASYNC115"
  62. Modem1="FW6420 SYNC115"
  63.  
  64.  
  65. ; --------------------------------------------------------------
  66. ; Common Registry Sections
  67.  
  68. ; The [All] section is installed for all modems.
  69.  
  70. [All]
  71. HKR,,FriendlyDriver,,unimodem.vxd
  72. HKR,,DevLoader,,*vcomm
  73. HKR,,PortSubClass,1,02
  74. HKR,,ConfigDialog,,modemui.dll
  75. HKR,,EnumPropPages,,"modemui.dll,EnumPropPages"
  76. HKR, Init,      1,, "AT<cr>"
  77. HKR, Responses, "<cr><lf>OK<cr><lf>", 1, 00, 00, 00,00,00,00, 00,00,00,00
  78. HKR, Responses, "<cr><lf>ERROR<cr><lf>", 1, 03, 00, 00,00,00,00, 00,00,00,00
  79.  
  80. ; The [Null] section filters out empty registry key lines.
  81. ; It should be deleted when the INF is final.
  82.  
  83. [Null]
  84. HKR, Settings, ErrorControl_On,, 
  85. HKR, Settings, ErrorControl_Off,, 
  86. HKR, Settings, ErrorControl_Forced,, 
  87. HKR, Settings, Compression_On,, 
  88. HKR, Settings, Compression_Off,, 
  89. HKR, Settings, Cellular_On,, 
  90. HKR, Settings, Cellular_Off,, 
  91. HKR, Fax, Class1FlowOff,, 
  92. HKR, Fax, Class1FlowHW,, 
  93. HKR, Fax, Class1FlowSW,, 
  94. HKR, Fax, Class2FlowOff,, 
  95. HKR, Fax, Class2FlowHW,, 
  96. HKR, Fax, Class2FlowSW,, 
  97.  
  98.  
  99. ; The [MfgAddReg] section contains the first modem's Init,
  100. ; Settings, and Responses keys.  It is installed for all
  101. ; modems in the INF.  This eliminates duplication of common
  102. ; registry keys in the model registry sections, above.
  103. ; To avoid as much duplication as possible, the first modem
  104. ; added to the INF should be the one with the most possible
  105. ; command/response strings.
  106.  
  107. [MfgAddReg]
  108. HKR,, InactivityFormat,, "seconds"
  109. HKR, Init,      2,, "ATQ0V1X0$N1=1<cr>"
  110. HKR, Monitor,   1,, "None"
  111. HKR, Hangup,    1,, "ATH<cr>"
  112. HKR, Answer,    1,, "ATA<cr>"
  113. HKR,, Reset,, "ATZ<cr>"
  114. HKR, Settings, Prefix,, "AT"
  115. HKR, Settings, Terminator,, "<cr>"
  116. HKR, Settings, DialPrefix,, "D"
  117. HKR, Settings, DialSuffix,, 
  118. HKR, Settings, SpeakerVolume_Low,, 
  119. HKR, Settings, SpeakerVolume_Med,, 
  120. HKR, Settings, SpeakerVolume_High,, 
  121. HKR, Settings, SpeakerMode_Off,, 
  122. HKR, Settings, SpeakerMode_Dial,, 
  123. HKR, Settings, SpeakerMode_On,, 
  124. HKR, Settings, SpeakerMode_Setup,, 
  125. HKR, Settings, FlowControl_Off,, "&K0"
  126. HKR, Settings, FlowControl_Hard,, "&K3"
  127. HKR, Settings, FlowControl_Soft,, "&K4"
  128. HKR, Settings, Modulation_CCITT,, 
  129. HKR, Settings, Modulation_Bell,, 
  130. HKR, Settings, SpeedNegotiation_Off,, 
  131. HKR, Settings, SpeedNegotiation_On,, 
  132. HKR, Settings, Pulse,, "P"
  133. HKR, Settings, Tone,, "T"
  134. HKR, Settings, Blind_Off,, 
  135. HKR, Settings, Blind_On,, 
  136. HKR, Settings, CallSetupFailTimer,, "S7=<#>"
  137. HKR, Settings, InactivityTimeout,, 
  138. HKR, Fax, Class1DTESpeed,, 
  139. HKR, Responses, "<cr><lf>NO CARRIER<cr><lf>", 1, 04, 00, 00,00,00,00, 00,00,00,00
  140. HKR, Responses, "<cr><lf>BUSY<cr><lf>", 1, 06, 00, 00,00,00,00, 00,00,00,00
  141. HKR, Responses, "<cr><lf>RING<cr><lf>", 1, 08, 00, 00,00,00,00, 00,00,00,00
  142. HKR, Responses, "<cr><lf>CONNECT<cr><lf>", 1, 02, 00, 00,00,00,00, 00,00,00,00
  143.  
  144.  
  145.