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?