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.

MSP430中实现空闲中断接收不固定长度的数据

Other Parts Discussed in Thread: MSP430F2618

空闲中断是指当UART接收器在一段时间内没有接收到数据时触发的中断。

这个可以判断有没有接到一个数据包

如何用代码实现?