There error I was getting the error: inc/hw_memmap.h error because I placed the libraries in the wrong location. For the msp430g2553 to fix this I placed the libraries in following directory \hardware\msp430\libraries. You will also need to slow the baud rate to 9600. Update the serial begin line to be Serial.begin(9600) ; Once I did that it work for me. Thanks.