Other Parts Discussed in Thread: MSP-EXP430F5529LP
Greetings,
I have an MSP-EXP430F5529LP board.
I've used "Import to CCS Cloud" to import "<TI Resource Explorer>\Software\MSPWare\Development Tools\MSP-EXP430F5529LP\Middleware\USB Developer's Package\Example Projects\CDC (Virtual COM Port) Examples"\C0_SimpleSend".
The project appears to compile successfully.
I think the project "Run"s correctly - it stops by itself after several dialog/popups.
After Running, there is a new device named "MSP430-USB Example", under Device manager\"Other devices". The device-icon has an exclamation-mark and Windows displays the message "Device Driver Software was not successfully installed".
I think this example has worked at home under Windows 10. The problem is occurring under Windows 7/64bit.
Is there an INF file that I should examine for correctness?
Any help is appreciated.
Follow-up: After hunting for inf files I found/installed "C:\ti\MSP430USBDevelopersPackage_5_10_00_17\MSP430USBDevelopersPackage_5_10_00_17\MSP430_USB_Software\MSP430_USB_API\examples\CDC_virtualCOMport\C0_SimpleSend\USB_config\msp430_ti_signed.inf"
... and now see a healthy "TI MSP430 USB" device under "Ports (COM & LPT)" (which my app is having trouble Opening...)
Follow-up: READING TIMESTAMPS!!!
... I'm not sure what changed, but it appears my app reliably opens and reads the COM port.
NOTE the following comments from the example's Main.c
"
* Simply build, run, and attach to a USB host. Run a terminal application
* and open the COM port associated with this device. (In Windows, check the
* Device Manager.) The time should be displayed, every second.
"