-
Node v18.15.0
"dependencies": {
"escpos": "^3.0.0-alpha.6",
"escpos-usb": "^3.0.0-alpha.4"
}
Code:
const escpos = require('escpos');
escpos.USB = require('escpos-usb');
co…
-
I'm using python-escpos 2.2.0 with python 2.7.
How do I upload a logo to the printer? I mean loading the logo, not printing it once.
-
there is a error with Buffer is not defined
![image](https://github.com/user-attachments/assets/c6770526-9721-4437-906c-303b6ae293da)
even i don't use qrimage in code.
```
import escpos from 'e…
-
https://github.com/lukevp/ESC-POS-.NET/blame/ac185fc58bf9e5ad937750b8fc92c02baf344cc9/ESCPOS_NET/Printers/ImmediateNetworkPrinter.cs#L49
-
Hello,
Curious if you tried [ESCPOS.NET](https://github.com/lukevp/ESC-POS-.NET) (my .net standard ESC POS library) before you started this project, and if you had any concerns or comments on it whic…
-
I have tried UTF-8 to print the Thai characters but I got Chinese characters instead.
This is my code
```js
const escpos = require("escpos");
escpos.USB = require("escpos-usb");
const dev…
-
Hello everyone,
Today, we published first alpha version of v3. A BREAKING CHANGE.
I move adapter out of escpos the main package to `escpos-*` package to fix #221 #260 #214
Welcome report bu…
-
The `encode` appears to generate an `Uint8Array` array containing all the bytes. How can I generate `ESC/POS` commands instead of the byte array?
-
This is an "Epic" issue to talk about all things related to receipt printing.
The library we are using, [esc-pos-encoder](https://github.com/NielsLeenheer/EscPosEncoder), lacks some features, like…
-
### Description
is there a way to retrieve the list of printers paired on the machine with this package? if so, how do I get there?
### Additional Information
Printers list node-escpos