This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear Community,
I'm doing my first steps on MSP430F5529 at the moment and I want to send data from it to a Windows PC via USB.Can you tell me the steps I have to do or is there an existing tool for data transfers between the MSP430f5529 and PC?
thank you very much
best regards
You'll need to get the latest MSP430 USB Developers Package first:
It has some documentation inside. It is not as easy as you may think though. Start from CDC class first, at least you can use standard Hyperterminal or TeraTerm on your Windows PC side. Then you can move to the HID class.
USB DevPack includes ready to use examples which you can compile and download to your MSP device. You may start with CDC echo example, it implements both ways communication between MSP430 and PC.
This document is also very useful for starting USB development:
**Attention** This is a public forum