mike42 / escpos-php

PHP library for printing to ESC/POS-compatible thermal and impact printers
Other
2.54k stars 862 forks source link

Does ESC/POS compatible with larger size POS paper, like Epson LX-310 Dot Matrix Printer #1267

Open yksatria opened 1 year ago

yksatria commented 1 year ago

hi @mike42 thank you for your hard work on developing this amazing esc/pos for PHP, i wonder if i can use this library on dot matrix printer with larger size of paper like Epson LX-310 Dot Matrix Printer, is this library works too for this printer?

Saint-Cyr2 commented 1 year ago

Hello @mike42 , I have the same concern with the dot matrix printer EPSON LQ-350. I remember you said in one of your post that dot matrix printers are not supported because they talke different language (ESC/P2) instead of ESC/POS. Please, is there not a way to add the basic ESC/P2 features in our library (the current one) ?

Indeed, I'm currently able to print basic charactars but I can't print an image (using graphic() method) neither.