Hello!
I am playing with the 5529 USB evaluation board right now.
I have compiled one of the composite devices, the one with HID, CDC and MSC, and loaded the
result on the board. When plugging to a USB poart, there are 2 items appearing in the removable
devices area, and I can add files and folders, so as far as mass storage is concerned, everything
seems to work well.
Now I want to use this code as a base program to develop a simple data logger, and I would
like to use serial port to communicate with the board.
I have noticed that one "Virtual Com port" appears in the device manager. As it appears with a
yellow (!) mark, I wanted to update the driver. I did it the by looking at several places containing
"MSP430_CDC.inf", but the installer fails.
Is it the right driver? Should I try to look for something else? Is there a tutorial somewhere to use
the composite device?
Thanks for any pointer.
Pascal