Note: Only run on Windows Operating System
This tools is use for install custom USB Driver for windows, can use for install printer driver.
The based exe file is based on libwdi, huge thanks to them!!
Listing all your USB devices plugged in
node listYour need to get devices VID and PID in order to install driver
Install the driver to the USB device, VID and PID must in hex form
node install <VID> <PID>For example of a printer device
node install 0x1FC9 0x2016You can test print after devices was install
node print <VID> <PID>Example
node print 0x1FC9 0x2016