node-thermal-printer icon indicating copy to clipboard operation
node-thermal-printer copied to clipboard

Node.js module for Epson, Star, Tanca, Drauma and Brother thermal printers command line printing.

Results 40 node-thermal-printer issues
Sort by recently updated
recently updated
newest added

add support for brother thermal printer: -QR code -image -barecode all work fine ,tested with Brother TD-4550DNWB

We are unable to set print for 58mm paper size. how to set the paper sizes for 80mm print and 48 mm print? can anyone help us out?

Hello, I am using this library for printing from node server on Raspberry PI 4 to Star SP742 dot impact printer with Ethernet interface, and everything is working fine except...

Hello, When using the [Escpos](https://www.npmjs.com/package/escpos) package, the beep function works as expected, but when I try to work with this package, the beep function does not work. Has anyone encountered...

stale

I have the code in ZPL, is it possible to print?

Hello the function code128 is actually missing for Epson printers. here is how I implemented it for mine: ``` this.buffer = null; this.append(this.config.BARCODE_CODE128); this.append(Buffer.from([data.length + 2])); this.append(Buffer.from([0x7b, 0x42])); this.append(Buffer.from(data.toString())); return...

I propose Version Bump to v5.0 Changes: * https://www.npmjs.com/package/serialport Interface * Partial TypeScript-Refactoring * Read Command-Response from interface