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

Problem with UART on M430G2553

$
0
0

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 


Viewing all articles
Browse latest Browse all 2077

Trending Articles