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.

Z-Stack协议栈处理串口事件(CMD_SERIAL_MSG)

Other Parts Discussed in Thread: CC2530

我的2530和外部的传感器通过 UART 口 通信,当2530接收到UART数据后向应用层发送CMD_SERIAL_MSG事件然后进行处理发送。想在碰到的问题是外部的传感器模块向2530发送数据是连续的(波特率9600),每次也就发送5个字节。协议栈明显处理不过来,通过逻辑分析仪分析,只能接收到其中几个包,发送频率大概60ms那样。