jacklinquan / usbserial4a

Python package for Android USB host serial port.
MIT License
62 stars 17 forks source link

Documentation missing example.py path #9

Open correa opened 3 years ago

correa commented 3 years ago

Documentation mentions "Open example.py and run it" but fails to indicate where it is located.

jacklinquan commented 3 years ago

Documentation mentions "Open example.py and run it" but fails to indicate where it is located.

Hi @correa , Thank you for pointing out that. I will try to find some time to make the readme document clearer. Some other part of it needs update as well because the new version of Buildozer has changed a lot.

correa commented 3 years ago

I'm starting out with bulldozer so I'm not really sure. It did warn that android.p4a_whitelist was now android.whitelist

So far I was able to run code similar to the example typing it on the app from the PlayStore and it ran fine and listed all devices but on my own code usb_device_list = usb.get_usb_device_list() returns empty. There might be something missing.