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

MSP430 Nothing on Serial Monitor

$
0
0

Hello, I am trying to have my MSP430G2553 on a launchpad (Rev.1.5) show anything on the serial monitor using the following code:

 

void setup() 
{
  Serial.begin(9600); 
}
 
void loop() 
{
  Serial.println("Test");
  delay(1000);
}
post-38943-0-80565600-1415901639_thumb.j
I have downloaded the drivers http://energia.nu/Guide_Windows.html
 
post-38943-0-36423400-1415902309_thumb.p
I'm just not sure what is wrong. I can load the Blink example and get it to work and even making it do other things but when it comes to reading values and serial the launchpad doesn't want to do anything.

Attached Thumbnails

  • HELP!.JPG
  • Launchpad.png

Viewing all articles
Browse latest Browse all 2077

Trending Articles