;
;
; Project: WLAN GPRS Card Support for Win98
; Module : Driver Installation
;
; Current Status:
; $Header$
;
; Computer System: PC+PCMCIA
; Operating System: Windows 98
; Language: INF
; Generation Tools: Text Editor
;
; Description:
;
;
;
; Usage: Windows .INF File
;
;
; BASED ON:
;
;Module Name:
;
; CVPort.INF For Chilli EVT
;
;Abstract:
; INF file for installing debug serial port driver
;
[Version]
Signature="$WINDOWS NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%OPTION%
DriverVer = 16/09/2003,1.0.0.2
[Manufacturer]
%OPTION% = DPortDriverSerial
[DPortDriverSerial]
;;------------------> %OPTION_PORT% = Test_Port, MF\OPTION_Dev1 removed for MUX
;;;;%OPTION_PORT% = MUXFilter_Port, MF\OPTION_Dev1
%OPTION_DPORT% = Debug_Port, MF\OPTION_Dev2
[ControlFlags]
; Prevent the user from manually installing PnP devices.
ExcludeFromSelect = OPTION_Dev1
ExcludeFromSelect = OPTION_Dev2
[DestinationDirs]
[Strings]
OPTION = WCM
OPTION_DPORT = "GPRS WLAN Combo Card Debug Port"
OPTION_TPORT = Chilli EVT UART0 Serial Port Driver
DPORT_ENTRY = System\CurrentControlSet\Services\UART1
FLG_ADDREG_KEYONLY = 0x00000010
FLG_ADDREG_TYPE_DWORD = 0x00010001
;*****************************************************************************
; DebugPort device (Windows 98)
;
; Serial Port
;*****************************************************************************
[Debug_Port]
AddReg = Debug_Port98.AddReg
[Debug_Port98.AddReg]
HKR,,DevLoader,,*vcomm
HKR,,Enumerator,,serenum.vxd
HKR,,PortDriver,,optsercd.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,,PortSubClass,1,01
HKR,,EnumPropPages,,"serialui.dll,EnumPropPages"
;*****************************************************************************
; DebugPort device (Windows NT/Intel)
;
; Serial Port
;*****************************************************************************
[Debug_Port.NT]
AddReg = Debug_Port.AddReg, Debug_Port.NT.AddReg
;LogConfig = c14,c1a,c23,c2a,c34,c3a,c43,c4a,caa
SyssetupPnPFlags = 1
Include = msports.inf
[Debug_Port.NT.HW]
AddReg=Debug_Port.NT.HW.AddReg
[Debug_Port.AddReg]
HKR,,PortSubClass,1,01
[Debug_Port.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"
[Debug_Port.NT.HW.AddReg]
HKLM, %DPort_ENTRY%, Parameters, %FLG_ADDREG_KEYONLY%
HKLM, %DPort_ENTRY%, DebugLevel, %FLG_ADDREG_TYPE_DWORD%, 0xffffffff
HKLM, %DPort_ENTRY%, EventLogLevel, %FLG_ADDREG_TYPE_DWORD%, 0x3
HKLM, %DPort_ENTRY%, DisableDriver, %FLG_ADDREG_TYPE_DWORD%, 0
[Debug_Port.NT.Services]
AddService = uart1, 2, DPort_Service_Inst, DPort_EventLog_Inst
[DPort_Service_Inst]
DisplayName = Chilli EVT Debug Port Serial Driver
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
ServiceBinary = %12%\uart1.sys
LoadOrderGroup = Extended Base
[DPort_EventLog_Inst]
AddReg = DPort_EventLog_AddReg
[DPort_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\uart1.sys"
HKR,,TypesSupported,0x00010001,7
;*****************************************************************************
Download Driver Pack
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.