lsongdev / node-escpos

🖨️ ESC/POS Printer driver for Node.js
https://npmjs.org/escpos
Other
1.38k stars 423 forks source link

How to CUPS #360

Open TomCawthorn opened 3 years ago

TomCawthorn commented 3 years ago

Hello!

Quick question for you. My thermal printer (ZJ-58) is attached to a rasp via USB. I'm looking to run a script from a different machine that generates the print job. Currently, I've got a script written in PHP that makes use of this fantastic package from mike42 - the package includes a CUPS adaptor and it works pretty well.

If I were to rewrite my existing setup with node-escpos, would I have to write a new custom CUPS adaptor or can you recommend an alternative? :-)

Thanks!

Tom