I've placed the jumpers horizontal already but I cannot see anything in the serial monitor windows. please help!!!!!!
I'm using lauchpad v1.5 with msp430g2553 and this is my code
void setup()
{
Serial.begin(9600);
}
void loop()
{
Serial.println("abc");
delay(100);
}