-
The layout package currently only renders properly on HTML but not on ESC/POS.
I think the layout package is an essential part of any receipt, without it it's not possible to print lines with both …
-
I want to know if this package is compatible with Datamax o'neil printers ? Is there any way to check the output without a physical printer. Maybe like a simulation or something? Should we go inside t…
-
### 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…
-
```
What steps will reproduce the problem?
1. Epson.set('center','A','NORMAL',2,2)
( The typeface is tall and not wide;
double width and height is a single 0x30 flag,
not 0x10 and 0x20 …
-
I have:
- [x] searched open and closed issues for duplicates
### This is rather a question than a bug: I am trying to print to a cat thermal printer MX06 similar to [this one](https://hacks…
-
首先感谢作者创作了如此优秀的作品!我是中文用户,在运行example/debug示例时,会提示:
Error: Input("invalid UTF-8")
error: process didn't exit successfully: `target\debug\testescpos.exe` (exit code: 1)
示例中使用的Driver是ConsoleDriver,我…
-
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 =…
-
Desktop (Info):
OS: Windows 10
Lib Version 4.1.0
Java Version 1.8.0_181
Pinter: EPSON TM-m30II
code:
escpos.setCharsetName("GB2312");
escpos.writeLF("文档");
it's not working, i try all the …
-
### Discussed in https://github.com/song940/node-escpos/discussions/430
Originally posted by **magicjohns** March 27, 2024
Hello,
I am not able to install the escpos-bluetooth package. I've…
-
I made this library work with Android USB printers by creating a custom OutputStream;
i also created some helper classes to ease the integration on Android.
The code is written in Kotlin and i al…