Quantcast
Channel: MSP430 Technical Forums
Viewing all articles
Browse latest Browse all 2077

[SOLVED] Cannot get Serial communication to work with Launchpad 1.5 and MSP430G2553

$
0
0

I am just trying to do something extremely simple, such as:

void setup(){
  Serial.begin(2400); 
}

void loop(){
  Serial.println("TEST");
}

Yet it does not work. I have rotated the RX/TX jumpers and it doesn't help, selected the correct board in Energia, selected the correct baud in the serial monitor and nothing ever shows up. Nothing is connected to my Launchpad.

 

I am using Windows 7, I have also tried running as administrator.

 

Does anyone have any idea what could be causing this? I am currently installing CCS to see if it would work in it.


Viewing all articles
Browse latest Browse all 2077

Trending Articles