Download Helmut Fischer Port Devices Driver



Proven Fischer know-how for non-destructive coating thickness measurement: the mobile coating thickness gauges of the FMP family. With over 70 probes. An auxiliary power device for attachment to an existing refrigeration unit of a refrigerated trailer to serve as a power source to a truck cab, thereby allow operation of electrical devices in said cab without idling of the truck's engine.

Download Helmut Fischer Port Devices DriverDownload Helmut Fischer Port Devices DriverDownload Helmut Fischer Port Devices DriverDriver

Download Helmut Fischer Port Devices Driver

05-25-2010, 01:30 PM #1
Guest

Hello
I'm trying to write an inf file for our custom device.
So far I got it working for Windows XP 32 Bit, but it doesn't work for
Windows 7 64 Bit.
If I go to device manager and right click my device, I can install the new
driver without any problems.
But if I right click the inf file and select install, the system tells me
'the inf file you selected does not support this method of installation'.
Why?
What is missing in my inf file?
Or how can I find out what is wrong with my inf file?
Please see my inf file below.
TIA
Michael
[Version]
Signature='$Windows NT$'
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%ProviderName%
DriverVer=05/21/2010,1.00.0000.2
[Manufacturer]
%ProviderName%=DeviceList, NTamd64
[DestinationDirs]
DefaultDestDir=12
[DriverInstall.nt]
include=mdmcpq.inf
CopyFiles=DriverCopyFiles.nt
AddReg=DriverInstall.nt.AddReg
[DriverCopyFiles.nt]
usbser.sys,0x20
[DriverInstall.nt.AddReg]
HKR,DevLoader,*ntkern
HKR,NTMPDriver,%DRIVERFILENAME%.sys
HKR,EnumPropPages32,'MsPorts.dll,SerialPortPropP ageProvider'
[DriverInstall.nt.Services]
AddService=usbser, 0x00000002, DriverService.nt
[DriverService.nt]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%%DRIVERFILENAME%.sys
[DriverInstall.NTamd64]
include=mdmcpq.inf
CopyFiles=DriverCopyFiles.NTamd64
AddReg=DriverInstall.NTamd64.AddReg
[DriverCopyFiles.NTamd64]
%DRIVERFILENAME%.sys,0x20
[DriverInstall.NTamd64.AddReg]
HKR,DevLoader,*ntkern
HKR,NTMPDriver,%DRIVERFILENAME%.sys
HKR,EnumPropPages32,'MsPorts.dll,SerialPortPropP ageProvider'
[DriverInstall.NTamd64.Services]
AddService=usbser, 0x00000002, DriverService.NTamd64
[DriverService.NTamd64]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%%DRIVERFILENAME%.sys
[SourceDisksFiles]
[SourceDisksNames]
[DeviceList]
%DESCRIPTION%=DriverInstall, USBVID_15DF&PID_0004
[DeviceList.NTamd64]
%DESCRIPTION%=DriverInstall, USBVID_15DF&PID_0004
[Strings]
DRIVERFILENAME ='usbser'
ProviderName = 'Helmut Fischer GmbH'
DESCRIPTION='USB Driver for Fischer virtual COM port'
SERVICE='USB Driver for Fischer virtual COM port'
--
Michael Reim
Michael DOT Reim AT helmut-fischer DOT de

Sponsored Links