odoo/addons/hw_escpos/controllers
Joren Van Onder f008240411 [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.
2015-10-07 13:03:46 +02:00
..
__init__.py [IMP] point_of_sale: ESC/POS receipt printing 2013-12-20 17:30:57 +01:00
main.py [FIX] hw_escpos: certain Epson printers do not identify as a printer 2015-10-07 13:03:46 +02:00