sdima1357 / esp32_usb_soft_host

ESP32 software USB host through general IO pins. We can connect up to 4 USB-LS HID (keyboard mouse joystick) devices simultaneously.
GNU Affero General Public License v3.0
424 stars 48 forks source link

usb printer #11

Open 4ndrej opened 2 years ago

4ndrej commented 2 years ago

It may be interesting to talk to printer with this, but you mentioned only HIDs. Could it talk to printer?

sdima1357 commented 2 years ago

If You have usb-ls printer. I have only usb-fs printer , so it can't work

4ndrej commented 2 years ago

I thought the USB could negotiate low speed communication and I found rather interesting information https://www.compuphase.com/electronics/usb_lowspeed.htm about tricking guest and host to talk low speed.

sdima1357 commented 2 years ago

I think it wouldn't work.