I just started programming an MSP430 2274 with Code Composer, and I'm wondering how to get the computer to output information from the MSP430. (Eventually, I want to send information from one MSP430 to another and have that information displayed on the computer screen)
This feels like it should be so simple, but I can't seem to find an explanation anywhere.
Something like a "hello-world"-ish program that prints to the console "the button was pressed" when the button is pressed would be extremely helpful.
Thanks in advance!