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.

Zstack无线发送28个字节数据,被打断

我做了一个串口透传程序,

1、协调器串口接收到28个字节数据后,禁止下一次串口数据读取。然后将数据无线发送给终端,如果发送成功则将这28个字节回显,并允许串口数据读取

2、运行一段时间后发现,协调器只回显了5个字节,中断也只接收到了5个字节。并且协调器无法再次读取串口数据。

我怀疑是:协调器无线发送数据时,因为串口接收中断,打断了无线发送,导致串口无法继续读取数据。请问该怎么办?