Patrick Kanzler
Patrick Kanzler
This is a duplicate of #158 ;-)
Hi @Tinker232, nope #158 hasn't any implementation yet. As far as I see it, there are two options: * having different buttons like in #159 and sending different events *...
Hi, could you please correct your indentation? This makes it otherwise hard to read and guess. `close()` should definitely be more correct than `close`
Also,this might be related to #344
What issue do you encounter? Does the printer print a ?. Are you sure that your printer can print this character? E.g. you could verify it with a vendor-supplied software.
So if I understand correctly, you have software by the vendor that can print these characters and would like to replicate this behavior with python-escpos. As a background: python-escpos tries...
Hi, PDF417 is currently not supported. If your printer can do it natively, you can send the command sequence with `_raw()`. If not, you can generate with a third party...
Hi @beaucox are you able to directly send strings to your printer with pycups? For example read a file and then print this with pycups. As soon as you know...
This issue should be solved by adding a printer connector similar to https://github.com/mike42/escpos-php/blob/development/src/Mike42/Escpos/PrintConnectors/CupsPrintConnector.php (which is based on calling `lp`) Alternatively it could be implemented by using pyCUPS.
Thank you, I would appreciate that :-)