P
Praveen105
Guest
Hi all,
I want to load USBSerial (USBSer.sys) driver on Windows 7 PC, when ever I connect my WINCE device. I have an .inf file which I downloaded from internet
[Version]
Signature="$Windows NT$"
Class=Modem
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%Linux%
DriverVer=11/15/2007,5.1.2600.0
[Manufacturer]
%Linux%= NTamd64
[DestinationDirs]
DefaultDestDir=12
[DriverInstall.NTamd64]
include=mdmcpq.inf
CopyFiles=DriverCopyFiles.NTamd64
AddReg=DriverInstall.NTamd64.AddReg
[DriverCopyFiles.NTamd64]
USBSER.sys,,,0x20
[DriverInstall.NTamd64.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,USBSER.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[DriverInstall.NTamd64.Services]
AddService=usbser, 0x00000002, DriverService.NTamd64
[DriverService.NTamd64]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\USBSER.sys
[SourceDisksFiles]
[SourceDisksNames]
[DeviceList]
%DESCRIPTION%=DriverInstall, USB\VID_045E&PID_0079
[DeviceList.NTamd64]
%DESCRIPTION%=DriverInstall, USB\VID_045E&PID_0079
[Strings]
Linux = "Linux Developer Community"
DESCRIPTION = "Gadget Serial"
SERVICE = "USB RS-232 Emulation Driver"
When I right click on the .inf file there is no option to Install the inf file.
1. How to install this inf file to make it to load USB Serial driver when WINCE is connected?
2. Do I need to write any application to make this inf file install on PC ?
Please guide/suggest to make it install correctly and usable.
Thanks in advance.
Continue reading...
I want to load USBSerial (USBSer.sys) driver on Windows 7 PC, when ever I connect my WINCE device. I have an .inf file which I downloaded from internet
[Version]
Signature="$Windows NT$"
Class=Modem
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%Linux%
DriverVer=11/15/2007,5.1.2600.0
[Manufacturer]
%Linux%= NTamd64
[DestinationDirs]
DefaultDestDir=12
[DriverInstall.NTamd64]
include=mdmcpq.inf
CopyFiles=DriverCopyFiles.NTamd64
AddReg=DriverInstall.NTamd64.AddReg
[DriverCopyFiles.NTamd64]
USBSER.sys,,,0x20
[DriverInstall.NTamd64.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,USBSER.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[DriverInstall.NTamd64.Services]
AddService=usbser, 0x00000002, DriverService.NTamd64
[DriverService.NTamd64]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\USBSER.sys
[SourceDisksFiles]
[SourceDisksNames]
[DeviceList]
%DESCRIPTION%=DriverInstall, USB\VID_045E&PID_0079
[DeviceList.NTamd64]
%DESCRIPTION%=DriverInstall, USB\VID_045E&PID_0079
[Strings]
Linux = "Linux Developer Community"
DESCRIPTION = "Gadget Serial"
SERVICE = "USB RS-232 Emulation Driver"
When I right click on the .inf file there is no option to Install the inf file.
1. How to install this inf file to make it to load USB Serial driver when WINCE is connected?
2. Do I need to write any application to make this inf file install on PC ?
Please guide/suggest to make it install correctly and usable.
Thanks in advance.
Continue reading...