-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels