I cannot get the USB Virtual Com port to install. I'm attempting to use the USB on MSP430F5528 as virtual com port using the MSP-TS430RGC64USB and receive the following error when installing the generated .inf file:
"A Service installation section in this INF is invalid"
Same error occurs with I try to use the example .inf files.
The same .inf installed just fine on Win 7 and other computers.
Someone suggested deleting USB keys with vid_2047 from the registry (HKLM\CurrentControlSet\Enum\USB, which I have, possibly from an older install, but regedit will not let me delete the keys - Cannot delete Vid_2047&Pid_0300: Error while deleting key.
Same error when I try to delete Vid_2047&Pid_03ef - the one I generated from my .inf file. I tried rebooting, not connecting anything, and going straight to regedit.
Is there an uninstall procedure for these .inf files? These files generated with Descriptor tool 3.0.1.0.
[TIUSB.nt]
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=TIUSB.nt.AddReg
[TIUSB.nt.AddReg]
HKR,,NTMPDriver,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
HKR,,PortSubClass,1,01
[TIUSB.nt.Services]
AddService=usbser, 0x00000002, DriverService
[TIUSB.nt.HW]
include=mdmcpq.inf
[DriverService]
DisplayName=%DESCRIPTION%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\usbser.sys
LoadOrderGroup=Base