Patrick Kanzler
Patrick Kanzler
OK, I will close this now and if someone has the time and motivation the old tests can be rewritten. If not this should not be any problem...
We have to reopen this issue. I have overlooked the file-tests in test_cli.py. This is also a bit more nasty to refactor. Maybe instead of not using file we could...
Are you sure that the job is not hanging in a buffer of the operating system? And if this is not the case, are you aware of the ESCPOS manual...
Hi, thank you for trying out different versions! It indeed seems that there is an issue with your printer understanding the data. Unfortunately, I don't have access to a printer...
Additionally for your original question: Yes, this does help. The vendor and product ID is in the lsusb-line that you posted: `0456:0808`. That would translate to `0x0456` and `0x0808`. (Just...
Hi! This lib has no native way to control multiple printers. You could try to instantiate multiple printer objects and then duplicate your code. Another option would be creating escpos...
Hi @ksze, have you found a solution to your problem? If yes, it would be great if you could report how you solved. This will maybe help others. (You can...
Thank you for the update! I will leave this issue open, then someone can turn this into a part of the documentation. :-)
I am sorry, but I do not know of a method for scaling the chinese characters. You could study the reference manual and documentation by Epson, mayber there is an...
You could try to use the pre-release of version 3 that tries to do the codepage-selection automatically.