tobozo / ESP32-USB-Soft-Host

An Arduino wrapper to @sdima1357's usb_soft_host esp-idf example
GNU Affero General Public License v3.0
293 stars 44 forks source link

Serial USB adapter? #22

Open NoNamedCat opened 2 years ago

NoNamedCat commented 2 years ago

It is possible to connect a USB serial adapter like FTDI or CH340? I'm thinking of using this as a 3d printer server using USB and not the serial interface. Like a octoprint server.

tobozo commented 2 years ago

hi,

you can either try to port ESP3D to esp32-S2, or try to adapt the ESP32-3DPrinter-Bridge to the espressif builtin USB API.

khayamgondal commented 11 months ago

@nonamedcat did you figure it out?