Hi I'm new with energia and I'm trying to use the Hardware serial communication with a Lauchpad Rev. 1.4 so I connect the RX end TX jumpers in cross but it doesn't work...Can anyone help me? this is the simple code I use:
void setup()
{
Serial.begin(9600);
}
void loop()
{
Serial.println("Hello !!!");
delay(500);
}
I try to use also the software serial communication for but it doesn't work