jacklinquan / usbserial4a

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

flet-android-arduino-connection #18

Closed jose6alejandro closed 5 months ago

jose6alejandro commented 6 months ago

I am making an app with Flet, and I need to send data from the Android app to the Arduino. I have tried to adapt the serial module but I have not been successful. Do you have an example of how to use the serial module in flet?

jacklinquan commented 5 months ago

Hi @jose6alejandro , This package depends on kivy. It is not designed for Flet.