Quantcast
Channel: Zigbee 和 Thread
Viewing all articles
Browse latest Browse all 16978

帖子: RE: zcl_SendCommand() 返回成功但没有发送出数据包

$
0
0

AF_DataRequest还不是直接打包到MAC层的Queue,还有网络层的缓存。所以你想做Purge是没用的。唯一解决办法是不要连续调用,AF_DataRequest连续发送数据时,中间至少有10ms的超时间隔。也就是说要执行osal_run_system超过10ms


Viewing all articles
Browse latest Browse all 16978