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.

关于zb_SendDataRequest的handle的字节数调整至2字节有什么问题?

如题,尝试着改成了2字节,关联部分也改了,但是在zb_SendDataConfirm里面确认时,发现:

 (1)handle的值有时候不是zb_SendDataRequest传过去的

 (2)终端无法收到信息

这是什么问题呢?

  • 你好,能不能详细描述你的问题,不是很懂,不好意思!

  • @VV

    是这样的,我们是通过序列号来管理每条数据的状态的,

    应用侧定义的序列号范围是uint16的,zb_SendDataRequest的handle是uint8的,不好做匹配。

    所以考虑一下修改handle的定义以及相关的transID(uint8->uint16),试着改了一下,但是数据发不出来,就收可以。

    我这边修改的filelist如附件handle.png。

    现在不清楚是哪里出问题了。

    拜托帮忙看一看