https://github.com/sony/node-win-usbdev
https://github.com/sony/node-win-usbdev
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sony/node-win-usbdev
- Owner: sony
- License: apache-2.0
- Created: 2016-02-02T09:54:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T05:58:58.000Z (over 7 years ago)
- Last Synced: 2025-03-29T08:04:58.053Z (7 months ago)
- Language: C++
- Size: 10.7 KB
- Stars: 3
- Watchers: 19
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-win-usbdev
The library is a node package to get a path for a usb device using Product ID and Vendor ID on Windows Machine.
### How to install
$ npm install https://github.com/sony/node-win-usbdev.git
### How to use
Please see test.js.
## License
Copyright 2016 Sony Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.