How can I be sure, that the packet was successfully received? Is there a way to retrieve an ACK from the coordinator?
There should be something on tranport layer, or?
mvut, thanks for your answer. that explains why I couldn’t find anything in the firmware library documentation…
Ok, I could handle an ACK in my application, but since it is an battery powered device I believe the API attempt would be more efficient. Would you mind to provide a Codewarrior sample application? Or some lines of code, which show the concept of transmitting an API frame and receiving the ACK?