-
I tried them all, all examples, all possible print connectors, none of them work from the webapp running on chrome on an Android Lenovo Tablet.
use Mike42\Escpos\PrintConnectors\FilePrintConnector;
…
-
Here is the complete error:
Notice: Print connector was not finalized. Did you forget to close the printer? in E:\xampp\htdocs\newmike42\escpos-php\src\Mike42\Escpos\PrintConnectors\FilePrintConnecto…
-
I am using Brother ql-700 for label printer and trying to print from escpos-php but not supported not printing ! So i would like to request to add this printer model in escpos-php please.
Thank you
-
Is printing, but not very good , and doesnt print imaga..
require 'autoload.php';
use Mike42\Escpos\CapabilityProfile;
use Mike42\Escpos\Printer;
use Mike42\Escpos\EscposImage;
use Mike42\…
-
I have an Epson TM88III that was previously working fine. Now if I try to print images, the script seems to halt, and after about 10 seconds, the printer continuously feeds blank paper.
I realized …
-
So I found a solution for my project, I added this function to the Printer.php program :
` public function selectDisplay(int $disp = 1) {
self::validateInteger($disp, 0, 3, __FU…
-
require __DIR__ . '/autoload.php';
use Mike42\Escpos\Printer;
use Mike42\Escpos\PrintConnectors\WindowsPrintConnector;
$connector = new WindowsPrintConnector('POS-58-Series');
$print…
ghost updated
5 years ago
-
**I was trying to print on Zebra´s printer, but I couldn´t connect to the printer.**
$nombre_impresora = "IMP520"; -> This is the name of printer
//$nombre_impresora = "ZDe…
-
I apologize in advance for any errors in writing this issue as English is not my native language and I rely on Google Translate.
The script provided here is wonderful, it has helped me print ticket…
-
I have tried the example you provided but still cannot print images
![IMG_20200208_220004](https://user-images.githubusercontent.com/36499755/74087447-e5ed5780-4abe-11ea-9cfb-b78130f6a729.jpg)
I…