digidotcom / xbee-python

Python library to interact with Digi International's XBee radio frequency modules.
Mozilla Public License 2.0
185 stars 93 forks source link

When using Xbee S2C Pro Mesh getting AtCommandException #124

Closed JeffLabonte closed 4 years ago

JeffLabonte commented 4 years ago

Hi there!

I want to report to you that we are getting a ATCommandException when we open the connection with our XBee Mesh S2C Pro. It has something to do with the SS command that is not implemented in the radio.

My collegue and I have notice that the SS command is no longer used when it comes to that radio.

Thank you guys!

JeffLabonte commented 4 years ago

It seems that it was fixed in one of your commits. It would awesome if someone could push this to pypi!

tatianaleon commented 4 years ago

Hi @JeffLabonte

As you said, it is already fixed in master (see commit a10f3df) and will be included in the next release. (issue #103.)

In the meantime, you can download the source code from the master branch and install the library from there (see instructions at https://github.com/digidotcom/python-xbee/blob/master/README.rst#install-from-source).

Sorry for the inconvenience.

Best regards.