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.

我想设置协调器的广播间隔是每一秒广播一次,用osal_start_timerEx()这个函数可以吗?

我想将协调器设置为每一秒广播一次,这样终端设备就能大概一秒多一点接收到协调器广播来的信息 ,我设置了osal_start_timerEx()函数里面的参数为1000ms,结果我的终端设备收到的广播消息,在串口上显示,收到消息的速度非常快,远远小于1秒,大家帮我看看是为什么?谢谢了