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.

read attribute response command

Other Parts Discussed in Thread: CC2530EM, Z-STACK

Hi,

I m trying to send read attribute command(on/off) to a light using Z-TOOL. But no able to see any response.

<TX>07:39:07.34 COM8 AF_DATA_REQUEST (0x2401)
DstAddr: 0xEF75
DestEndpoint: 0x09
SrcEndpoint: 0x0C
ClusterID: 0x0006
TransID: 0x01
Options: 0x01
Radius: 0x01
Len: 0x05
Data: ..... (0x00, 0x00, 0x00, 0x00, 0x00)

<RX>07:39:07.36 COM8 AF_DATA_REQUEST_SRSP (0x6401)
Status: afStatus_SUCCESS (0x0)

Above is the request which i am sending. I have compiled with ZCL_READ and ZCL_WRITE flags.

I tried to debug the code and i found that it goes to zclTestApp_ProcessInReadRspCmd function, but its not showing in Z-TOOL.

Same thing is happening for write attribute response.

Please help here.

Thanks and regards,

Neeraj