Other Parts Discussed in Thread: MSP430G2553, MAX3232
Hi all,
I am currently using the TI Launchpad MSP-EX430G2 (MSP430G2553) and want to send 32b unsigned ints to my computer to be used in a software program of its own. I know that there is a software UART and a hardware UART based on how the jumpers on the launchpad are connected, but I am unsure which one to use and how I would go about doing it.
I want to just have the launchpad connected to the computer via the USB cable and I read that for hardware, this setup would only allow me to go at a baud rate of 9600. Can I go at a faster baud rate using software or would the same limit apply? Other than that, are there any other reasons to use software UART vs hardware UART. Which would be easier to implement and which would perform better (if that makes any sense)?
Also, is it even possible to use the data in a different software program on the computer, because a lot of the times, I just see people printing the data in their terminal, which is not what I want to do. Any help would be greatly appreciated.
Thanks,
Matt