python-xbee icon indicating copy to clipboard operation
python-xbee copied to clipboard

API mode - tx frame

Open almeidaErick opened this issue 9 years ago • 0 comments

When I send a frame from python "tx frame" to another digimesh connected using XCTU to check the received packets, from 10 packets sent only arrives 1. Please help me with that if I am forgetting to sent any API command or something. NOTE: I tested both digimesh using XCTU and both can receive and send packets correctly, so it must be the API in python the problem, but I have no idea what.

this is my tx frame xbee.send("tx", frame_id="G", dest_addr=destination, data=message)

destination: the destination address data: the message to be sent (ASCII)

almeidaErick avatar Jan 09 '17 02:01 almeidaErick