mik3y / usb-serial-for-android

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

Using #include "USB.h" causes the device to not be found #567

Closed 0cococ closed 3 months ago

0cococ commented 3 months ago

include "USB.h"

void setup() { USB.begin(); }

After importing and initializing USB, val drivers = UsbSerialProber.getDefaultProber().findAllDrivers(manager) will not be able to find the device. Delete #include "USB.h" and USB.begin(); before it can work normally. Please help to find out what the problem is. image image

kai-morich commented 3 months ago

please ask Arduino experts