Real-time printer status support would be useful. A property and an event when changing status. There are several statuses: - https://reference.epson-biz.com/modules/ref_escpos/index.php?content_id=118 - https://reference.epson-biz.com/modules/ref_escpos/index.php?content_id=122 ESP-POS.NET Implementation: - https://github.com/lukevp/ESC-POS-.NET/blob/master/ESCPOS_NET/Printers/PrinterStatus.cs - https://github.com/lukevp/ESC-POS-.NET/blob/f33e8726abef76b99ed7da8c93946486e20468ac/ESCPOS_NET/Printers/BasePrinter.cs#L97
Real-time printer status support would be useful. A property and an event when changing status.
There are several statuses:
ESP-POS.NET Implementation: