vadavo / NEscPos

ESC/POS Library for .NET Standard.
MIT License
15 stars 4 forks source link

Support real-time status #5

Open YZahringer opened 5 years ago

YZahringer commented 5 years ago

Real-time printer status support would be useful. A property and an event when changing status.

There are several statuses:

ESP-POS.NET Implementation:

montyclt commented 5 years ago

Hi @YZahringer,

Supporting real-time changing event is in out roadmap, adding a event to IPrinter interface. We are to use the same strategy as @lukevp uses in his library, however, this project is paused (not abandoned) until 2020.

If you can, submit a PR implementing event in IPrinter interface and Printer class and we`ll merge as soon possible.