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 #465

Closed GanZzaz closed 1 year ago

GanZzaz commented 1 year ago

Please teach me how to solve if "no driver" appears under "actuvutt_main". I have added "pid" and "uid" to "device_filter.xml"

GanZzaz commented 1 year ago

If you add in "CustomProber" it shows no connection

kai-morich commented 1 year ago

device_filter is only for App auto-start. You have to add correct VID + PID to custom prober

GanZzaz commented 1 year ago

Where do I need to add to

kai-morich commented 1 year ago

e.g. here

GanZzaz commented 1 year ago

I added here, I can go to the communication screen, but I can't send it, it pops up and says "not connected."

GanZzaz commented 1 year ago

The connected in TerminalFragment.java is false

tombrooks1994 commented 1 year ago

I am having the same issue with a CP210x device. I am trying to get it to connect but having no luck @kai-morich are you able to advise?