chegewara / EspTinyUSB

ESP32S2 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).
MIT License
475 stars 70 forks source link

esp32s2 host to ch340 #90

Closed liqijian101 closed 1 year ago

liqijian101 commented 2 years ago

how can I use esp32s2 host to ch340. Are there any examples

chegewara commented 2 years ago

I dont think you can find any examples. CH340, CP210X and FTDI all are using proprietary protocols. In esp-idf you can find USB host library which should work with CP210X, but thats all i know.