escpos-php icon indicating copy to clipboard operation
escpos-php copied to clipboard

compatibility with BIXOLON SRP-F310 printer

Open mbustos-solar opened this issue 3 years ago • 2 comments
trafficstars

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.-

mbustos-solar avatar Jan 06 '22 21:01 mbustos-solar

Same problem here !

jooseeduu avatar Aug 20 '22 23:08 jooseeduu

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 !

jooseeduu avatar Aug 20 '22 23:08 jooseeduu