tobozo / ESP32-USB-Soft-Host

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

Serial USB adapter? #22

Open NoNamedCat opened 1 year ago

NoNamedCat commented 1 year 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 1 year 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 6 months ago

@nonamedcat did you figure it out?