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.

CCS/MSP-EXP430G2: Demo application: No data received through UART

Part Number: MSP-EXP430G2

Tool/software: Code Composer Studio

I just got a MSP-EXP430G2 LaunchPad and tried to run the demo application (internal temperature measurement).

The code compiles and, as expected, the demo starts with blinking LEDs, and pushing the button starts temperature measurement, with red/green LED lighting up if the temperature rises/fall. However, the temperature data is supposed to be also transmitted via UART but I don't seem to receive anything.

I first tried to launch the GUI that comes with the demo, but at first I had an error messsge "Can't find file javaw.exe", so I downloaded Java. In a way it worked: I don't get an error message anymore, as strictly nothing happens when I try to launch the GUI.

After this, I downloaded Hyperterminal as most people found online seem to use it. When I plug the MSP, the port COM3 appears (it is the only available COM port anyway), so I started the communication with it with parameters 9600/8/1/N/N. I received nothing. I changed a few parameters (baud rate to 2400 or 4800, flow control XON/XOFF) with no effects.

I did not give up and tried to use PuTTY instead, with no more success. I should also mention that each time I tried with the TXD/RXD jumpers in vertical position, then in horizontal position.

I can't figure out what I am doing wrong....

**Attention** This is a public forum