Itk21pci.INF Driver File Contents (PCI-IO_20_Cyber_2003-001E__20all.zip)

[Version]
Signature=$Windows NT$
Class=Ports
ClassGuid= {4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%Mfg%
DriverVer=01/19/2000,5.00.2183.1

; 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"

[Manufacturer]
%Mfg%=Mfg

[Mfg]
%PCIIO550.DeviceDesc%=ComPort550,MF\PCIIO_SERIAL
%PCIIO650.DeviceDesc%=ComPort650,MF\PCIIO_SERIAL650
%PCIIO654.DeviceDesc%=ComPort650,MF\PCIIO_SERIAL654
%PCIIO850.DeviceDesc%=ComPort850,MF\PCIIO_SERIAL850
%ItkLPT.DeviceDesc%=ItkLPTPort,MF\PCIIO_PARALLEL

[ComPort550.NT]
AddReg=ComPort.NT.AddReg

[ComPort650.NT]
AddReg=ComPort.NT.AddReg

[ComPort654.NT]
AddReg=ComPort.NT.AddReg

[ComPort850.NT]
AddReg=ComPort.NT.AddReg

[ComPort.NT.AddReg]
HKR,,EnumPropPages32,,"CbPorts.dll,SerialPortPropPageProvider"
HKR,,PortSubClass,1,01


[ComPort550.NT.Services]
AddService=cbserial,0x00000002, Cbserial.NT.AddService, Cbserial.NT.AddEventLog
; install the serenum service itself
Include=msports.inf
Needs=SerialEnumerator.NT.Services


[ComPort650.NT.Services]
AddService=cbserial,0x00000002, Cbserial.NT.AddService, Cbserial.NT.AddEventLog
; install the serenum service itself
Include=msports.inf
Needs=SerialEnumerator.NT.Services

[ComPort654.NT.Services]
AddService=cbserial,0x00000002, Cbserial.NT.AddService, Cbserial.NT.AddEventLog
; install the serenum service itself
Include=msports.inf
Needs=SerialEnumerator.NT.Services

[ComPort850.NT.Services]
AddService=cbserial,0x00000002, Cbserial.NT.AddService, Cbserial.NT.AddEventLog
; install the serenum service itself
Include=msports.inf
Needs=SerialEnumerator.NT.Services


[Cbserial.NT.AddService]
DisplayName=%Cbserial.ServiceDesc%
ServiceType=	1			; SERVICE_KERNEL_DRIVER
StartType=	3			; SERVICE_DEMAND_START
ErrorControl=	1			; SERVICE_ERROR_NORMAL
ServiceBinary=%12%\cbserial.sys     	;12=drivers directory
LoadOrderGroup=Extended base

[Cbserial.NT.AddEventLog]
AddReg=Cbserial.AddEventLog.AddReg

[Cbserial.AddEventLog.AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\cbserial.sys"
HKR,,TypesSupported,0x00010001,7


[ComPort550.NT.HW]
AddReg=ComPortHW.NT.AddReg,ComPort550HW.NT.AddReg

[ComPort650.NT.HW]
AddReg=ComPortHW.NT.AddReg,ComPort650HW.NT.AddReg

[ComPort654.NT.HW]
AddReg=ComPortHW.NT.AddReg,ComPort654HW.NT.AddReg

[ComPort850.NT.HW]
AddReg=ComPortHW.NT.AddReg,ComPort850HW.NT.AddReg

[ComPortHW.NT.AddReg]
HKR,,"UpperFilters",0x00010000,"serenum"
HKR,,ForceFifoEnable,0x00010001,1

[ComPort550HW.NT.AddReg]
HKR,,PortID,0x00010001,0x00000100
HKR,,RxFIFO,0x00010001,8
HKR,,TxFIFO,0x00010001,1

[ComPort650HW.NT.AddReg]
HKR,,PortID,0x00010001,0x00000900
HKR,,RxFIFO,0x00010001,16
HKR,,TxFIFO,0x00010001,16

[ComPort654HW.NT.AddReg]
HKR,,PortID,0x00010001,0x00002900
HKR,,RxFIFO,0x00010001,8
HKR,,TxFIFO,0x00010001,1

[ComPort850HW.NT.AddReg]
HKR,,PortID,0x00010001,0x00001900
HKR,,RxFIFO,0x00010001,56
HKR,,TxFIFO,0x00010001,32

;
;****************** LPT *****************
;
[ItkLPTPort.NT]
AddReg=LptPort.AddReg,LptPort.NT.AddReg
;AddReg=EcpPort.AddReg,LptPort.NT.AddReg

[LptPort.AddReg]
HKR,,PortSubClass,1,00
HKR,,ECPDevice,1,00

[EcpPort.AddReg]
HKR,,PortSubClass,1,00
HKR,,ECPDevice,1,01

[LptPort.NT.AddReg]
HKR,,EnumPropPages32,,"MsPorts.dll,ParallelPortPropPageProvider"

;-------------- Service installation
[ItkLPTPort.NT.Services]
Include=msports.inf
Needs=LptPort.NT.Services
;Needs=EcpPort.NT.Services



[ControlFlags]

[SourceDisksNames]

[SourceDisksFiles]

[Strings]
Mfg="Intek21, Inc."
PCIIO550.DeviceDesc="PCI Serial 16550"
PCIIO650.DeviceDesc="PCI Serial 16650"
PCIIO654.DeviceDesc="PCI Serial 16654"
PCIIO850.DeviceDesc="PCI Serial 16850"
ItkLPT.DeviceDesc="PCI Parallel"
PortsClassName="Ports (COM & LPT)"
Cbserial.ServiceDesc="PCI Serial Port Driver"


;; Driver start code
SERVICE_BOOT_START     = 0  ;; Driver started by the operating system loader.
SERVICE_SYSTEM_START   = 1  ;; Driver started during OS initialization.
SERVICE_AUTO_START     = 2  ;; Driver started by the Service Control Manager during system startup.
SERVICE_DEMAND_START   = 3  ;; Driver started on demand by the Service Control Manager.
SERVICE_DISABLED       = 4  ;; Indicates a driver that cannot be started.
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: ftp, load: 2.07