escpos-php
escpos-php copied to clipboard
compatibility with BIXOLON SRP-F310 printer
I just downloaded and tested on my system its esc / pos printer driver for php and it worked perfect with the BIXOLON SRP-F310 printer, the only thing I did not achieve was that it cut the paper with (cut in php code), the printer has the ability to cut but does not do it, it only prints and generates the spaces but does not cut the paper. So I'm trying to figure out how, now if you could guide me it would be great. Thank you
Greetings Manuel Bustos Solar.-
Same problem here !
Hi , when i put the following it comes to print:
$printer -> cut(Printer::CUT_PARTIAL);
ref. https://hotexamples.com/examples/mike42.escpos/Printer/cut/php-printer-cut-method-examples.html
Regards !