-
Notifications
You must be signed in to change notification settings - Fork 12
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
Xbee Device Not Found #14
Comments
Hi @shubham9436, What XBee module do you have and how is it connected to the Android device? Are you using a Digi development board? Best regards. |
I have XBee pro S2C. Xbee is mounted on CP2102. |
Alright, that seems to be the problem. That specific board is not registered in the list of supported boards (see this file), so the library cannot find the module. You have two options:
Hope this helps. |
I tried the first option. When I try to call the open function, it throws an exception |
Did you ever solve this error? I am seeing the same error on Android 14 #30 |
I need to create an android application for communication purpose using Xbee device over USB.
I have created a simple program to open the device but it throws the exception Xbee Device Not Found.
Here is the code:
The text was updated successfully, but these errors were encountered: