-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
digi.xbee.exception.InvalidOperatingModeException: Unsupported operating mode: AT mode #29
Comments
I have similar issue with XBEE SX running on RPi 3. I am using 1 digi modem, and have another serial port device also connected via USB. This AT mode exception happens every time I plug in both devices. But if only digi device is connected, it's working fine. So is there a fix for multiple devices connected to USB ports? |
I am using Digi XBee® SX RF Modems with latest version(1.1.0) on Raspberry Pi 3 B+ (Raspbian GNU/Linux 9 (stretch)). My python version is 3.5.3. Somehow it times out when trying to |
Were you guys able to resolve this issue? @cabas92 |
Sorry, I haven't tried again for a solution. In my project, we updated the python library to the last version, configured the callback process for a received message and we used a try - except to send a message or start the XBEE module, and finally handling this exception (report error by the terminal or log file). Finally, I haven't review if the problem was solved, but my project goes fine. |
I got this error when I plug the xbee into the socket but shifted up so the first two pins were not plugged in. |
I'm trying to use this library in a Raspberry Pi 3 with two modules XBEE S1. I have checked the correct operation of API mode [1] with a hyperterminal with different XBEE whit fixed PAN ID and CH. But, if I run the basic example:
I get this error:
I don't know what to do... Sometimes the application works and send information but with a long process or parallel trading, the error is presented.
Any help will be valued
The text was updated successfully, but these errors were encountered: