tobozo / ESP32-USB-Soft-Host

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

Sending Print data to Thermal printer controlled by ESP32 via HID . #25

Closed Vineeth-B007 closed 1 year ago

Vineeth-B007 commented 1 year ago

Dear sir, My device is a thermal printer with an ESP32 controller. In that case, I have to send the print data from a 3rd party exe to my printer via the HID port. As per your tested H/W devices, the library is compatible with certain mice and keyboards. Is there any support for printers, mainly 3/2-inch thermal printers?  Any help would be great.

Regards, Vineeth B

tobozo commented 1 year ago

hi,

thermal printers aren't HID, and this library only supports HID devices.

closing this issue as out of scope