You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USB interface device used to measure magnet.
this device has one ftdi chip in it.
Hardware Configuration
GPIO 19 20 connect to the device's usb port.
Version
v2.0.4
IDE Name
arduino ide 1.8.19
Operating System
win10
Flash frequency
80
PSRAM enabled
no
Upload speed
921600
Description
I used the esp32s3 board's GPIO 19 20 connect to my usb device.
the usb device use one usb to uart chip(ft231xq)
the usb device can not find via the usb example usb serial or usb vendor.
it can only detected the unplug event of my usb device.
in fact,I report this similar issue at esp32-idf which has solved: espressif/esp-idf#8645
the esp32-idf's usb example has one:
usb\host\cdc\cdc_acm_vcp
which works well with my device.
Board
ESP32S3
Device Description
USB interface device used to measure magnet.
this device has one ftdi chip in it.
Hardware Configuration
GPIO 19 20 connect to the device's usb port.
Version
v2.0.4
IDE Name
arduino ide 1.8.19
Operating System
win10
Flash frequency
80
PSRAM enabled
no
Upload speed
921600
Description
I used the esp32s3 board's GPIO 19 20 connect to my usb device.
the usb device use one usb to uart chip(ft231xq)
the usb device can not find via the usb example usb serial or usb vendor.
it can only detected the unplug event of my usb device.
in fact,I report this similar issue at esp32-idf which has solved:
espressif/esp-idf#8645
the esp32-idf's usb example has one:
usb\host\cdc\cdc_acm_vcp
which works well with my device.
any advice or help is welcome.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: