node-escpos/driver

Use without WinUsb driver

gauravbordoloi opened this issue · 0 comments

Can we use this package without installing the WinUSB driver or there is a way to silently install the WinUSB driver through code?

I tried using usb.useUsbDkBackend() from the node-usb package but no luck as mentioned in the readme.md section of https://github.com/node-usb/node-usb

Primarily, I don't want the client to do an extra WinUSB installation.