-
-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT]: how to get printer list #437
Labels
Comments
with the embeded "usb" package, like this ? ``
}).map((device) => { // formate
}).filter((device) => { // only printers
}); |
can i get Printer List , which is Connect My Lan Network ? is this Possible |
You may try to scan every IP on your network with an escpos ping and check which one is responding, I guess ? |
OK Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
is there a way to retrieve the list of printers paired on the machine with this package? if so, how do I get there?
Additional Information
Printers list node-escpos
The text was updated successfully, but these errors were encountered: