COMpadP.inf Driver File Contents (Compad32B-4_20WIn2k.zip)

; COMPADP.INF

[version]
LayoutFile=layout.inf
signature="$CHICAGO$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%MfgName%
DriverVer=05/01/2001,1.00

[DestinationDirs]
DefaultDestDir  = 11        ;LDID_SYS
ComPort.NT.Copy = 12        ;DIRID_DRIVERS
SerialEnumerator.NT.Copy=12 ;DIRID_DRIVERS

; Install class "Ports"
;----------------------------------------------------------
[ClassInstall]
AddReg=PortsClass.AddReg

[PortsClass.AddReg]
HKR,,,,%PortsClassName%

[ClassInstall32.NT]
AddReg=PortsClass.NT.AddReg

[PortsClass.NT.AddReg]
HKR,,,,%PortsClassName%
HKR,,Icon,,"-23"
HKR,,Installer32,,"MsPorts.Dll,PortsClassInstaller"

; Drivers
;----------------------------------------------------------

[Manufacturer]
%MfgName%=Generic

[Generic]
%CompadPort.DeviceDesc%=Port0, MF\SERIAL_P3
%CompadPort.DeviceDesc%=Port1, MF\SERIAL_P2
%CompadPort.DeviceDesc%=Port2, MF\SERIAL_P1
%CompadPort.DeviceDesc%=Port3, MF\SERIAL_P0

[Port0.NT]
CopyFiles=ComPort.NT.Copy
AddReg=ComPort.NT.AddReg

[Port0.NT.HW]
AddReg=Port0.NT.HW.AddReg

[Port0.NT.LogConfigOverride]
LogConfig=p0a

[Port1.NT]
AddReg=ComPort.NT.AddReg

[Port1.NT.HW]
AddReg=Port1.NT.HW.AddReg

[Port1.NT.LogConfigOverride]
LogConfig=p1a

[Port2.NT]
AddReg=ComPort.NT.AddReg

[Port2.NT.HW]
AddReg=Port2.NT.HW.AddReg

[Port2.NT.LogConfigOverride]
LogConfig=p2a

[Port3.NT]
AddReg=ComPort.NT.AddReg

[Port3.NT.HW]
AddReg=Port3.NT.HW.AddReg

[Port3.NT.LogConfigOverride]
LogConfig=p3a

[Port0.NT.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"serenum"


[Port1.NT.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"serenum"


[Port2.NT.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"serenum"


[Port3.NT.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"serenum"


; COM sections
;----------------------------------------------------------


[ComPort.NT.Copy]
serial.sys
serenum.sys

[ComPort.NT.AddReg]
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"


;-------------- Service installation
; Port Driver (function driver for this device)
[Port0.NT.Services]
AddService = Serial, 0x00000002, Serial_Service_Inst, Serial_EventLog_Inst
AddService = Serenum,,Serenum_Service_Inst

[Port1.NT.Services]
AddService = Serial, 0x00000002, Serial_Service_Inst, Serial_EventLog_Inst
AddService = Serenum,,Serenum_Service_Inst

[Port2.NT.Services]
AddService = Serial, 0x00000002, Serial_Service_Inst, Serial_EventLog_Inst
AddService = Serenum,,Serenum_Service_Inst

[Port3.NT.Services]
AddService = Serial, 0x00000002, Serial_Service_Inst, Serial_EventLog_Inst
AddService = Serenum,,Serenum_Service_Inst


; -------------- Serial Port Driver install sections
[Serial_Service_Inst]
DisplayName    = %Serial.SVCDESC%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 1               ; SERVICE_SYSTEM_START (this driver may do detection)
ErrorControl   = 0               ; SERVICE_ERROR_IGNORE
ServiceBinary  = %12%\serial.sys
LoadOrderGroup = Extended base

; -------------- Serenum Driver install section
[Serenum_Service_Inst]
DisplayName    = %Serenum.SVCDESC%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START
ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\serenum.sys
LoadOrderGroup = PNP Filter

[Serial_EventLog_Inst]
AddReg = Serial_EventLog_AddReg

[Serial_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\serial.sys"
HKR,,TypesSupported,0x00010001,7


; The following sections are COM port resource configs.
; Section name format means:
; Char 1 = p (Quad ports serial card)
; Char 2 = I/O config: 0(240,340), 1(248.348), 2(250,350), 3(258,358)
; Char 3 = IRQ config: #, a (any)

[p0a]                   ; port0
ConfigPriority=NORMAL
IOConfig=240-246(3ff::),340-346(3ff::)
IRQConfig=S:3,4,5,7,9,10,11,12,14,15

[p1a]                   ; port1
ConfigPriority=NORMAL
IOConfig=248-24e(3ff::),348-34e(3ff::)
IRQConfig=S:3,4,5,7,9,10,11,12,14,15

[p2a]                   ; port2
ConfigPriority=NORMAL
IOConfig=250-256(3ff::),350-356(3ff::)
IRQConfig=S:3,4,5,7,9,10,11,12,14,15

[p3a]                   ; port3
ConfigPriority=NORMAL
IOConfig=258-25e(3ff::),358-35e(3ff::)
IRQConfig=S:3,4,5,7,9,10,11,12,14,15

; End COM port LogConfig sections


; User readable strings
;----------------------------------------------------------
[Strings]
MfgName="Advantech Equipment Corp."
PortsClassName = "Ports (COM & LPT)"
CompadPort.DeviceDesc="Communications Port"
Serial.SVCDESC   = "Serial port driver"
Serenum.SVCDESC = "Serenum Filter Driver"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web5, load: 1.94