chegewara / EspTinyUSB

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

using barcode scanner #83

Open qiwalker opened 2 years ago

qiwalker commented 2 years ago

hi is it possible to receive data from barcode scanner ?

thanks rizki

chegewara commented 2 years ago

Sure, but you have to write whole code to detect barcode scanner device and parse descriptors, then allocate interfaces and parse data. Its really a lot of work.

sukesh-ak commented 2 years ago

@qiwalker Most barcode scanners work like a keyboard so HID Keyboard option should work.