-
- Downloads
[FIX] hw_escpos: certain Epson printers do not identify as a printer
We search for USB devices that identify as a printer through their DeviceClass or one of their InterfaceClasses. The issue is a lot of printers use vendor-specific Device/InterfaceClasses. Apparently the Epson TM-T88IV is one of those devices. So in order to work around this, we now first look for a USB device that identifies as a printer. If those do not exist, we pick the first Epson device, if those do not exist we pick the first Star device. Perhaps we should instead start using some kind of probe-based approach to identify ESC/POS compatible devices.
Please register or sign in to comment