Hi All, I plan to use Kivy with a USB-connected device on Android, and I am researching the various options available to me. I have a C-based solution with Python wrapper that works using libusb + libftdi right now (on Windows/Linux), but my initial impression is that this is not going to work on Android as libusb is not the default driver. However, I noticed there is a recipe in Python4Android here: https://github.com/kivy/python-for-android/tree/master/pythonforandroid/recipes/pyusb
This seems to indicate that pyusb, and maybe even libusb is usable somehow on Android from Python? Does anyone know anything about this? And can anyone confirm if this will work (or not work)? My other alternative is to use the native Java D2XX library from FTDI and wrap that it Python using pyjnius. I'm just trying to get a feel for what is the least amount of work (or the best overall solution) at the moment. Thanks, Mark.
------------------------------------------------------------------------------
_______________________________________________ pyusb-users mailing list pyusb-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pyusb-users