receipt-print-hq / escpos-tools

Utilities to read ESC/POS print data
MIT License
199 stars 72 forks source link

Add support for upside-down, black-white invert printing modes #53

Closed mike42 closed 5 years ago

mike42 commented 5 years ago

There is an example file online here which produces buggy output, because these tools do not recognise ESC { and GS B.

$ php esc2text.php My_receipt.bin 
WARNING: Unknown command GS B
WARNING: Unknown command GS B
WARNING: Unknown command ESC {
WARNING: Unknown command ESC {
...

To fix this:

mike42 commented 5 years ago

All done.