driver
driver copied to clipboard
🖨️ ESC/POS Printer driver for Node.js.
I've switched to using USB adapter since I thought this would fix my many stability issues. It did not. Instead, I now get this error. What is causing this? `/home/kylianjay/Documents/osozai/osozai-qrmenu-master/pi/node_modules/usb/dist/usb/device.js:80...
- core getStatus(): change buffer.write() to adapter.write(), buffer.write() does not send data to print immediately. - core getStatuses(): change to retrieve status one by one, because network printer does not...
`Hi! I'm getting an error that seemingly came out of nowhere, as it didn't happen during my testing phase, but did happen during my production phase. When trying to print...
Hello, I tried to load an image from a base64 data this way: ```ts const buffer = Buffer.from(logo, 'base64') const uint8Array = new Uint8Array(buffer) const image = await Image.load(uint8Array) printer...
Hi, this is a great library. However, Im having a bit of a problem when importing this to my recent project (common js) which uses https://github.com/song940/node-escpos. _So my current implementation...
First of all, thanks for the great work. I am trying to migrate from escpos and escpos-usb to your driver. I tried a simple test `async function test() { try...
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 escpos-usb adapter...
Metapace can understand ESC/POS but I cloud not change barcode width. Barcode is very small. Also QR code is not printed, only the value as text. Are there any tricks...
Hello, according to your method, I tried to write and print, but when I wrote the background, there was a branch when printing. How can I solve the problem of...
 I want driver for architecture aarch64 Thank you !