Part Number:MSP430F5529
Hi,
I have been struggling to make my own program to send the data from MSP430F5529 LaunchPad to the host over USB. All examples seem to work fine, but I ran into an issue that the data is not send if at the end of data array I do not have \n, \r or \0. I was unable to find a way how to go around this problem and did not find anyone who would have same issues (all of them were sending strings and I am sending data stream from the sensor). My question is how to send data stream from sensor that woul communicate with the MSP430 through UART and received data then parsed to the PC? I was using cdcSendDataInBackground() functions that are included in all examples.
Best Regards,
Edvardas Vysniauskas