Patrick Kanzler
Patrick Kanzler
Hi, thank you for the changes. I took the liberty to update the mailmap file. The authors-check is a bit broken when it goes to unicode-handling and with the mailmap...
Currently implemented: I don't think so. Depending on what you want to slow down you could always add artifical waits into the code. If you want to reduce the actual...
> You could make a Pull Request c: I think that is what @csoft2k wanted to ask :-) @csoft2k this souns interesting! Feel free to create a PR, more ESCPOS-commands...
As far as I know this might depend on the interface, but I think you cannot know if the printer is busy. (You could have a look if there is...
Hi, thank you for your issue! Do you have to reverse the order of every sequence that is sent to the printer? if yes, you could try if you can...
Hi, thank you for the extensive report. Have you tried more current versions of the project than v2.2?
Hi, is there any difference to #367? If not, we can close this issue, and see in #367 how to proceed.
Hi, from the code that you have posted I cannot see any issues. You are telling python to print the printer object and it prints the printer object. Could you...
Your device seems to be unsupported, please refer to #410 for more information.
Is python-escpos throwing an exception? or is the barcode not printed? If python-escpos is throwing an exception about the format, you could try to supply [`check=False`](https://python-escpos.readthedocs.io/en/latest/api/escpos.html#escpos.escpos.Escpos.barcode).