Hi,
I am a java developer and right now I am working with the team of electronics engineers to develop this IoT application which uses zigbee protocol for request-response. I checked out the DigiXbee java library but I could’nt find a way to receive status of the end device once I send a request.
XCTU shows an acknowledgement frame but I can’t seem to find a way to print that into my logs using java code.
I am using myXbeeDevice.sendData(remoteDevice,DATA_TO_SEND); and since it returns a void I would really like if anyone can show me a way to get acknowledgement.