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 msp430g2553 串口波特率问题

Other Parts Discussed in Thread: MSP430G2553

1、使用ACLK时钟,波特率为(1200、2400、4800、9600)时,PC端可以接收到正确数据,把波特率调低(300、600)后,出现乱码;
2、使用SMCLK(频率1MHz和8MHz都试过),当波特率超过9600时,PC端出现乱码;

疑问1:MSP430G2553 ACLK只能实现波特率大于等于1200的串口通信?
疑问2:使用内部DCO时,即便经过校准,DCO频率也会有一定的误差,当用其来作为异步通信时,容易出现乱码?

不知以上我的理解对不对,有人遇到过这样的问题吗?