lsongdev / node-escpos

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

How to use/find printer by name? #348

Open challarao opened 3 years ago

challarao commented 3 years ago

Is it possible give printer name.

Use case: You already added printer to the system(usb, network etc) and named it at system level. I see this option in electron pos printer.

Is the serial option the same?

zakaria-chahboun commented 3 years ago

i guess you can retrieve the printer info by using electron printer info

rodchen-king commented 2 years ago

Is there any solution?

I want to provide the options by printer for customer to select. and then print content.

rodchen-king commented 2 years ago

Is it possible give printer name.

Use case: You already added printer to the system(usb, network etc) and named it at system level. I see this option in electron pos printer.

Is the serial option the same?

Maybe you can use printer npm. I have use it.