node-escpos / driver

🖨️ ESC/POS Printer driver for Node.js.
Other
309 stars 30 forks source link

Don't Work with Metapace T-40 #65

Open TomFuch opened 1 year ago

TomFuch commented 1 year ago

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 to correct this?

Thanks for hints.

pvomhoff commented 10 months ago

I had the same issue with the small barcode. It looks like that the printer uses a different scale for the width. For me only the width 1 (small), 2 (medium), 3 (large) worked.

Here is my example:

.barcode(112233445566, "EAN13", { width: 2, height: 100 })