-
Fatal error: Uncaught Error: Class 'IntlBreakIterator' not found in C:\xampp\htdocs\print\src\Mike42\Escpos\CodePage.php:188 Stack trace: #0 C:\xampp\htdocs\print\src\Mike42\Escpos\CodePage.php(73): M…
-
When printing a ticket which has a logo, sometimes I get a bunch of random characters.
My code is packaged as an executable jar file
My logo image is: 300 px width and 250 px height
Thermal print…
-
when i set escpos.write(0x07), but ticket printer not beep? am I wrong?
please see: https://pythonhosted.org/python-printer-escpos/_modules/escpos/commandset/generic.html#Generic.beep
-
I have:
- [x] searched open and closed issues for duplicates
### Bug description
•• Arabic Text not printing correctly:
• when testing this code:
from escpos import printer
x =…
-
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 installed this module using `npm i @node-escpos/core` and `npm i @node-escpos/usb-adapter`
and try using sample script
```
import { Printer, Image } from "@node-escpos/core";
// install esc…
-
I have the following code
```
const escpos = require('escpos');
escpos.USB = require('escpos-usb');
const device = new escpos.USB(2727, 772);
const options = { encoding: "ISO8859-15" /* defaul…
-
Hi,
I have a debian arm based mini pc setup with node (V6) and a cheap thermal printer (ZJ-58xx) and CUPS installed with the thermal printer as a raw driverless printer. the lp commands like:
`l…
-
### Bug description
I am trying to configure a printer, however, everytime I try to print, I get the following error:
`usb.core.USBError: [Errno 5] Input/Output Error`
My code:
> from esc…
-
```
from escpos.connections import getNetworkPrinter
printer = getNetworkPrinter()(host='***.***.*.*', port=9100)
printer.text("Hello World")
printer.lf()
printer.cut()
```
(I've blanked …