-
I can echo "Hello" >> /dev/usb/lp1 just fine, but when I try to run the Mike42 PHP examples on localhost, I get error on FilePrintConector Couldn't print to this printer: The log gives the following …
-
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;
…
-
1st try the printer is working. Next reboot it is okay with the escpos-php. But in the next reboot
`Warning: copy(\\MORGIANA\xprinter-xp): failed to open stream: No such file or directory in C:\xamp…
-
Hello,
Is it possible align barcode and number on paper?
Example:
![Barcode](https://github.com/user-attachments/assets/f6eaae87-6ead-43d2-871e-aeffaf3472ac)
-
Do you think replacing it with GS ( L is possible?
I tried to understand how the command should become but i find it too complex.
read these :
https://reference.epson-biz.com/modules/ref_escpos/in…
-
I tried the basic example, but not as expected, what happen?
![IMG_0117](https://user-images.githubusercontent.com/10142496/81082968-2a518d80-8f1e-11ea-9a88-1adc58ba19ce.jpg)
**escpos:** 3.0.0-a…
-
I have been using `win32print` to print then `python-escpos` to cut paper on POS printer and move to next label on label printer. I cant use `python-escpos` anymore. how I need to perform the same tas…
-
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\…
-
```
What steps will reproduce the problem?
1. My python app uses a USB thermal printer (TM-T20) to print a long text.
2. I put the long stream of text (12k characters) on the Epson.text("long
text..…
-
I using this package with:
- electron: `^11.1.1`
- escpos: `^3.0.0-alpha.6`
- escpos-serialport: `^3.0.0-alpha.4`
My code:
```js
const escpos = require('escpos');
escpos.SerialPort = requ…