mik3y / usb-serial-for-android

Android USB host serial driver library for CDC, FTDI, Arduino and other devices.
MIT License
4.82k stars 1.58k forks source link

no driver found for seeeduino xiao #453

Closed Renju-P-B closed 1 year ago

Renju-P-B commented 1 year ago

I have burnt simple serial application code into seeeduino xiao. It working well with Arduino serial monitor and linux serial monitor. But when I try to interface with android smartphone using this library, I'm getting no driver error. There is no issue with serial application code, as it works well with arduino uno and this android library. It could be issues related relatively new board of seeduino. I have added pid and vid in the xml files. I have tried some other things but still gives "no driver error"

kai-morich commented 1 year ago

the xml is only for autostart of App. You should add a custom prober as mentioned here

Renju-P-B commented 1 year ago

Thank you. Figured it out.