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.

ZigBee重发次数设定

zstack 3.0.2 协调器2538  终端2530

1.协调器给终端发数据,如何设定重发次数?修改那个参数?

2.终端给协调器发送数据,如何设定重发次数?修改那个参数?

3.DPOLL_RATE=0的话associatedevicelist里的timecounter就会一直减少,

即使我发私有数据给协调器,也不会恢复到默认值,

DPOLL_RATE设为非0的话比如1分钟,timecounter每分钟会自动恢复默认值

为什么发私有数据不会把timecounter恢复默认值,私有数据不也是通信吗?

DPOLL_RATE设置如下:

-DPOLL_RATE=60000

-DQUEUED_POLL_RATE=0

-DRESPONSE_POLL_RATE=0