This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Launchpad hardware UART not working under linux

Other Parts Discussed in Thread: MSP430G2553

I have some code running on MSP430G2553 and communicating with desktop using the launchpad built-in hardware UART. The same code (both MC side and desktop side) is working perfectly on windows, but not work at all under ubuntu. I can see /dev/ttyACM0 device discovered after plugging the launch pad, but "cat /dev/ttyACM0" outputs nothing. Another thing I observed is that "stty 9600 -F /dev/ttyACM0" takes a long time to finish (more than 5 seconds).

Btw, I'm running ubuntu 13.04

Do I miss anything here?

**Attention** This is a public forum