It might be useful to disable all the ACK packages(0x8B
) for testing purposes. That’s possible with all packages that inherit from XBeeRequest, my example shows a ZBTxRequest
.
txRequest.setFrameId(NO_RESPONSE_FRAME_ID);
Posted on 23. April 2014 Comments
It might be useful to disable all the ACK packages(0x8B
) for testing purposes. That’s possible with all packages that inherit from XBeeRequest, my example shows a ZBTxRequest
.
txRequest.setFrameId(NO_RESPONSE_FRAME_ID);