niolabs / python-xbee

Python tools for working with XBee radios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sending API frames

Bryan-Tam opened this issue · comments

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?

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