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.

2530怎么使用长地址发数据

我用长地址发送,发现并没有包出来,是为什么呢?


SerialApp_TxAddr.addrMode =(afAddrMode_t) Addr64Bit;//Addr16Bit;

MyCpy(SerialApp_TxAddr.addr.extAddr,0x012c6f4d02080fbc);

SerialApp_TxAddr.endPoint = SERIALAPP_ENDPOINT;

AF_DataRequest(&SerialApp_TxAddr, (endPointDesc_t *)&SerialApp_epDesc,
SERIALAPP_CLUSTERID1, SerialApp_TxLen, SerialApp_TxBuf,
&SerialApp_MsgID, AF_DISCV_ROUTE, AF_DEFAULT_RADIUS);