https://github.com/djaus2/windowsdevices
Windows 10 UWP (Universal) Apps for accessing devices, including on IoT
https://github.com/djaus2/windowsdevices
Last synced: about 1 year ago
JSON representation
Windows 10 UWP (Universal) Apps for accessing devices, including on IoT
- Host: GitHub
- URL: https://github.com/djaus2/windowsdevices
- Owner: djaus2
- License: cc0-1.0
- Created: 2015-08-18T07:16:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T07:01:39.000Z (over 10 years ago)
- Last Synced: 2025-04-23T18:19:09.998Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WindowsDevices
Windows 10 UWP (Universal) Apps for accessing devices, including on IoT. Target is desktop and IoT although should run on Win 10 Phone.
## Projects
1. **./DeviceWatcher**
Dynamically enumerates all device interfaces (i.e. devices) on the system. Can apply various filters such only USB. Xaml layout is probably not suitable for phone. Like Device Manager.
2. **./HIDSample**
Enumerates USB HID devices on a system. Requires specific VID,PID, UsagePageID and UsageID. Can look up UsagePageID and UsageID for HID Device Class.