CFSER232.INF Driver File Contents (CFGPS2-N_20v2.0.zip)

;The INF file will support Win95 OSR2/Win 98/Win Me/Win 2K /Win XP
;Model Name : CF GPS Card
;Version : Ver.1.0


[Version]
LayoutFile=Layout.inf
Signature=$CHICAGO$

Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} 

Provider=%PCMCIA%



[DestinationDirs]
DefaultDestDir  = 11       
ComPort.NT.Copy = 12
NComPort.NT.Copy = 12
SerialEnumerator.NT.Copy = 12

;Product
;======================================================================
[Manufacturer]
%PCMCIA%=PCMCIA

[PCMCIA]
%String0%=ComPort,PCMCIA\CF-GPSV1.0-59DC,*PNP0501
%String1%=NComPort,PCMCIA\CF-GPS-DD08,*PNP0501
%String2%=NComPort,PCMCIA\CFGPS-LPV1.0-CA4B,*PNP0501

;Install Class " Ports"
;======================================================================

[ClassInstall]
AddReg=PortsClass.AddReg

[PortsClass.AddReg]
;HKR,,,,%GPSClassName%
HKR,,Icon,0,-22

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

[PortsClass.NT.AddReg]
;HKR,,,,%GPSClassName%
HKR,,Icon,,"-22"
HKR,,Installer32,,"MsPorts.Dll,PortsClassInstaller"


[ControlFlags]


;COM Sections
;======================================================================
[ComPort]
CopyFiles=ComPort.W95.Copy
AddReg=ComPort.AddReg,ComPort.W95.AddReg
LogConfig=c14,c1a,c23,c2a,c34,c3a,c43,c4a,caa

[NComPort]
CopyFiles=NComPort.W95.Copy
AddReg=NComPort.AddReg,NComPort.W95.AddReg
LogConfig=c14,c1a,c23,c2a,c34,c3a,c43,c4a,caa


[ComPort.W95.Copy]
serial.vxd
serialui.dll

[NComPort.W95.Copy]
serial.vxd
serialui.dll

[ComPort.AddReg]
HKR,,PortSubClass,1,01

[NComPort.AddReg]
HKR,,PortSubClass,1,01


[ComPort.W95.AddReg]
HKR,,DevLoader,,*vcomm
HKR,,Enumerator,,serenum.vxd
HKR,,PortDriver,,serial.vxd
HKR,,Contention,,*vcd
HKR,,ConfigDialog,,serialui.dll
HKR,,DCB,3,1C,00,00,00, 80,25,00,00, 11,33,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
HKR,,EnumPropPages,,"serialui.dll,EnumPropPages"

[NComPort.W95.AddReg]
HKR,,DevLoader,,*vcomm
HKR,,Enumerator,,serenum.vxd
HKR,,PortDriver,,serial.vxd
HKR,,Contention,,*vcd
HKR,,ConfigDialog,,serialui.dll
HKR,,DCB,3,1C,00,00,00, 80,25,00,00, 11,33,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
HKR,,EnumPropPages,,"serialui.dll,EnumPropPages"

[ComPort.NT]
CopyFiles=ComPort.NT.Copy
AddReg=ComPort.AddReg,ComPort.NT.AddReg
;LogConfig=c1a,c2a,c3a,c4a,caa
LogConfig=caa,c4a,c23,c2a,c34,c3a,c43,c1a,c14
SyssetupPnPFlags = 1

[NComPort.NT]
CopyFiles=NComPort.NT.Copy
AddReg=NComPort.AddReg,NComPort.NT.AddReg
;LogConfig=c1a,c2a,c3a,c4a,caa
LogConfig=caa,c4a,c23,c2a,c34,c3a,c43,c1a,c14
SyssetupPnPFlags = 1

[ComPort.NT.HW]
AddReg=ComPort.NT.HW.AddReg

[NComPort.NT.HW]
AddReg=NComPort.NT.HW.AddReg

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

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


[ComPort.NT.AddReg]
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
; Uncomment the following line if you want to override the advanced dialog for
; your device.  See msports.h for protoype of OverrideAdvancedFunction
; HKR,,EnumAdvancedDialog,,"yourdll.dll,OverrideAdvancedFunction"

[NComPort.NT.AddReg]
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
; Uncomment the following line if you want to override the advanced dialog for
; your device.  See msports.h for protoype of OverrideAdvancedFunction
; HKR,,EnumAdvancedDialog,,"yourdll.dll,OverrideAdvancedFunction"

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

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

;The serial enumerstor by itself, so that othr INFs can install serenum w/out serial.sys
;==========================================================================================

[SerialEnumator.NT]
CopyFiles=SerialEnumerator.NT.Copy

[SerialEnumerator.NT.Copy]
serenum.sys


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

[NComPort.NT.Services]
AddService = Serial, 0x00000002, NSerial_Service_Inst, NSerial_EventLog_Inst
AddService = Serenum,,Serenum_Service_Inst

[Serial_Service_Inst]
DisplayName    = %cfser232.SVCDESC%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 1               ; SERVICE_SYSTEM_START (this driver may do detection)
ErrorControl   = 0               ; SERVICE_ERROR_IGNORE
ServiceBinary  = %12%\cfser232.sys
LoadOrderGroup = Extended base

[NSerial_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

[NSerial_EventLog_Inst]
AddReg = NSerial_EventLog_AddReg

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

[NSerial_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 = c (COM port)
; Char 2 = I/O config: 1 (3f8), 2 (2f8), 3 (3e8), 4 (2e8), a (any)
; Char 3 = IRQ config: #, a (any)
;======================================================================

[C14]                   ; COM1,IRQ4
ConfigPriority=HARDRECONFIG
IOConfig=3f8-3ff(3ff::)
IRQConfig=S:4

[c1a]                  ; COM1, any IRQ
ConfigPriority=HARDRECONFIG
IOConfig=3f8-3ff(3ff::)
IRQConfig=S:3,4,5,7,9,10,11,12,14,15

[c23]                   ; COM2, IRQ3
ConfigPriority=HARDRECONFIG
IOConfig=2f8-2ff(3ff::)
IRQConfig=S:3

[c2a]                   ; COM2, any IRQ
ConfigPriority=HARDRECONFIG
IOConfig=2f8-2ff(3ff::)
IRQConfig=S:3,4,5,7,9,10,11,12,14,15

[c34]                   ; COM3, IRQ4
ConfigPriority=HARDRECONFIG
IOConfig=3e8-3ef(3ff::)
IRQConfig=S:4

[c3a]                   ; COM3, any IRQ
ConfigPriority=HARDRECONFIG
IOConfig=3e8-3ef(3ff::)
IRQConfig=S:3,4,5,7,9,10,11,12,14,15

[c43]                   ; COM4, IRQ3
ConfigPriority=HARDRECONFIG
IOConfig=2e8-2ef(3ff::)
IRQConfig=S:3,5

[c4a]
ConfigPriority=HARDRECONFIG
IOConfig=2e8-2ef(3ff::)
IRQConfig=S:3,4,5,7,9,10,11,12,14,15

[caa]                   ; Any base, any IRQ
ConfigPriority=HARDRECONFIG
IOConfig=8@100-ffff%fff8(3ff::)
IRQConfig=S:3,4,5,7,9,10,11,12,14,15



[Strings]
PCMCIA ="GPS"
String0 = "CF GPS"
String1 = "CF GPS Card"
String2 = "CF GPS Low Power Card"


cfser232.SVCDESC   = "CF GPS serial port driver"
Serial.SVCDESC   = "CF GPS serial com 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: web3, load: 1.64