I use a USB programmer for burning hex files to my microcontrollers. The
programmer was installed properly on XP but from when I have switched over to
VISTA I am unable to install the device due to driver incompatibility. I am
pasting the driver file which worked on XP, can anyone please modify it, so
tht it works on VISTA Home Premium(32bit) ??
(I have already contacted the company...but they were unable to help)
[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%ROBOKITS%
LayoutFile=layout.inf
DriverVer=06/06/2006,1.0.0.0
[Manufacturer]
%MFGNAME% = Robokits,NTx86,NTia64,NTamd64
[DestinationDirs]
DefaultDestDir=12
[Robokits.NTx86]
%Modem3% = Modem3, USB\VID_16C0&PID_05E1
[Robokits.NTia64]
%Modem3% = Modem3, USB\VID_16C0&PID_05E1
[Robokits.NTamd64]
%Modem3% = Modem3, USB\VID_16C0&PID_05E1
[Robokits]
%Modem3% = Modem3, USB\VID_16C0&PID_05E1
;------------------------------------------------------------------------------
; Windows 2000/XP Sections
;------------------------------------------------------------------------------
[Modem3.nt]
CopyFiles=USBModemCopyFileSection
AddReg=Modem3.nt.AddReg
[USBModemCopyFileSection]
usbser.sys,,,0x20
[Modem3.nt.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[Modem3.nt.Services]
AddService=usbser, 0x00000002, DriverService
[DriverService]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary= \usbser.sys
;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
[Strings]
ROBOKITS="Robokits India"
MFGNAME="www.robokits.org"
Modem3="Robokits AVR USB Programmer"
SERVICE="USB-232 Emulation Driver"
I also made sure that the *.inf & the usbser.sys are in the same folder
having disabled UAC.
Now the error tht is being displayed is :
A problem was encountered while attempting to add the driver to the store.
What is to be done to fix this error ? Thanks in advance & sorry for the
long post.