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.
Hi am doing a biomedical project. I want to do a ADC which has a sampling frequency of 100Hz in msp430f5529 and those digital values has to be ported to my laptop ?
Such question is answered multiple times on this forum. For example in this thread
Hi Joseph!
As far as I remember, MATLAB has something called the Instrument Control Toolbox that was used for communication via the RS232 serial interface. I guess you are using the MSP-EXP430F5529LP (or the white MSP-EXP430F5529)? If you have a look into the device manager you will see that the LaunchPad also creates a virtual COM port when plugging the USB cable in. This virtual COM port acts as RS232 interface.
And Ilmars already posted links that guide you into the right direction. You will have to use the MSP's UART. Look at the code examples for the MSP430F5529, they have multiple examples for using the UART:
Use those to get started or do an extended forum search to find examples for it. The UART is very easy to use.
Dennis
**Attention** This is a public forum