空闲中断是指当UART接收器在一段时间内没有接收到数据时触发的中断。
这个可以判断有没有接到一个数据包
如何用代码实现?
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.
空闲中断是指当UART接收器在一段时间内没有接收到数据时触发的中断。
这个可以判断有没有接到一个数据包
如何用代码实现?