niolabs / python-xbee

Python tools for working with XBee radios
MIT License
101 stars 45 forks source link

Sending API frames #72

Closed Bryan-Tam closed 5 years ago

Bryan-Tam commented 5 years ago

I'm not sure if this constitutes an issue, but I am trying to send a frame with no success. I followed the documentation for sending (xbee.send("at", frame="A", command=MY)) and cannot get anything on my second XBee. The documentation does not explain what the first argument is "at" or the command parameter, so I am not sure what these do for sending frames. Any explainations?

Bryan-Tam commented 5 years ago

Sorry I just found out my mistake: I need to set the command to tx mode instead of at mode