Skip to content

kentng201/WinUSB-driver-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinUSB Driver Node Installer

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!!

List all the USB devices

Listing all your USB devices plugged in

node list

Your need to get devices VID and PID in order to install driver

Install WinUSB 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 0x2016

Test Print

You can test print after devices was install

node print <VID> <PID>

Example

node print 0x1FC9 0x2016

About

WinUSB installer on node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors