SNXPCIP.INF Driver File Contents (WIN2K_AND_XP.zip)

; snxpci.inf
; Copyright (c) 2001 Sunix CO., LTD.
; setup file for Multi IO PCI card
; port drivers


[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
CatalogFile=snxpcip.cat
Provider=%MFGNAME%
DriverVer=07/10/2002,5.507


[Manufacturer]
%MFGNAME%=DeviceList


[DeviceList]
%PECP_DESCRIPTION%=P_DriverInstall, SNXPCARD_PARECP
%PSPP_DESCRIPTION%=P_DriverInstall, SNXPCARD_PARSPP
%PECP_DESCRIPTION%=P_DriverInstall_XP, SNXPCARD_PARECP_XP
%PSPP_DESCRIPTION%=P_DriverInstall_XP, SNXPCARD_PARSPP_XP
%S_DESCRIPTION%=S_DriverInstall, SNXPCARD_SER
%S_DESCRIPTION%=S_DriverInstall_XP, SNXPCARD_SER_XP


[ControlFlags]
ExcludeFromSelect=*


;------------------------------------------------------------------------------
;  Windows 2000 Sections
;------------------------------------------------------------------------------

[P_DriverInstall.NTx86]
AddReg=P_DriverAddReg


[P_DriverInstall.NTx86.Services]
; 2 means function driver
AddService= SNXPPAL, 0x00000002, P_DriverService, P_DriverLog

[P_DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\snxppal.sys



[P_DriverLog]
AddReg=P_Driver_EventLog_AddReg

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

;------------------------------------------------------------------------------
;  Windows XP Sections Parallel Driver
;------------------------------------------------------------------------------


[P_DriverInstall_XP.NTx86]
AddReg=P_DriverAddReg


[P_DriverInstall_XP.NTx86.Services]
; 2 means function driver
AddService= SNXPPALX, 0x00000002, P_DriverService_XP, P_DriverLog_XP

[P_DriverService_XP]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\snxppalx.sys



[P_DriverLog_XP]
AddReg=P_Driver_EventLog_AddReg_XP

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

[P_DriverAddReg]
HKR,,PortSubClass,1,00        ; LPT
HKR,,ECPDevice,1,01       ; ECP: 00 or 01
HKR,,EnumPropPages32,,"MsPorts.dll,ParallelPortPropPageProvider"


;------------------------------------------------------------------------------
;  Windows 2000 Sections Serial Driver
;------------------------------------------------------------------------------

[S_DriverInstall.NTx86]
AddReg=S_DriverAddReg

[S_DriverAddReg]
HKR,,PortSubClass,1,01    ; COM
HKR,,EnumPropPages32,,"snxprops.dll,SerialPortPropPageProvider"

;-------------- Serial Service installation

[S_DriverInstall.NTx86.Services]
AddService= SNXPSER, 0x00000002, S_DriverService, S_DriverLog
AddService = Serenum,,Serenum_Service_Inst

;-------------- Serial Port Driver install sections
[S_DriverService]
ServiceType     =1
StartType       =3
ErrorControl    =1
ServiceBinary   =%12%\snxpser.sys
LoadOrderGroup  =Extended base

[Serenum_Service_Inst]
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START
ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\serenum.sys
LoadOrderGroup = PNP Filter


[S_DriverLog]
AddReg=S_Driver_EventLog_AddReg

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


[S_DriverInstall.NTx86.HW]
AddReg=S_Driver_HW_AddReg

[S_Driver_HW_AddReg]
HKR,,"UpperFilters",0x00010000,"serenum"
;; HKR,,"Serenumerable",0x00010001,1
;;HKR,,"PollingPeriod",0x00010001,0


;------------------------------------------------------------------------------
;  Windows XP Sections Serial Driver
;------------------------------------------------------------------------------


[S_DriverInstall_XP.NTx86]
AddReg=S_DriverAddReg_XP

[S_DriverAddReg_XP]
HKR,,PortSubClass,1,01    ; COM
HKR,,EnumPropPages32,,"snxprops.dll,SerialPortPropPageProvider"

;-------------- Serial Service installation

[S_DriverInstall_XP.NTx86.Services]
AddService= SNXPSER, 0x00000002, S_DriverService_XP, S_DriverLog_XP
AddService = Serenum,,Serenum_Service_Inst
; Section Serenum_Service_Inst is used from serial for W2K

;-------------- Serial Port Driver install sections
[S_DriverService_XP]
ServiceType     =1
StartType       =3
ErrorControl    =1
ServiceBinary   =%12%\snxpserx.sys
LoadOrderGroup  =Extended base

[S_DriverLog_XP]
AddReg=S_Driver_EventLog_AddReg_XP

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

[S_DriverInstall_XP.NTx86.HW]
AddReg=S_Driver_HW_AddReg
; use S_Driver_HW_AddReg from Serial W2K Section

;------------------------------------------------------------------------------
;  String Definitions
;------------------------------------------------------------------------------

[Strings]
MFGNAME="Sunix Co., Ltd."
INSTDISK="PCI Multi I/O Card install disk"
PECP_DESCRIPTION="PCI EPP/ECP Parallel Port"
PSPP_DESCRIPTION="PCI SPP/BPP Parallel Port"
S_DESCRIPTION="PCI Serial Port"

P_SERVICEDESC="Sunix PCI Multi-I/O Parallel Port Driver"
P_SERVICEDESC_XP="Sunix PCI Multi-I/O Parallel Port Driver XP"
S_SERVICEDESC="Sunix PCI Multi-I/O Serial Port Driver"
S_SERVICEDESC_XP="Sunix PCI Multi-I/O Serial Port Driver XP"
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: web1, load: 0.89