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.

TIMAC的广播和长地址通讯问题

使用void MSA_McpsDataReq(uint8* data, uint8 dataLength, bool directMsg, uint16 dstShortAddr)

用的是非信标间接方式。

终端轮询协调器获取数据。

已经测试过短地址通讯,想知道怎么实现下面的

1、广播方式,协调器发送广播给所有的终端

2、长地址方式发送,需要修改MSA_McpsDataReq函数内部哪些内容。参数dstAddr么?

谢谢