mik3y / usb-serial-for-android

Android USB host serial driver library for CDC, FTDI, Arduino and other devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

0cococ opened this issue · comments

commented

#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

please ask Arduino experts