https://github.com/skyguy126/wmicom3
WMI wrapper for identifying COM ports
https://github.com/skyguy126/wmicom3
arduino serial-ports wmi wmic wrapper
Last synced: 2 months ago
JSON representation
WMI wrapper for identifying COM ports
- Host: GitHub
- URL: https://github.com/skyguy126/wmicom3
- Owner: skyguy126
- License: gpl-3.0
- Created: 2017-01-25T06:07:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T04:31:13.000Z (about 8 years ago)
- Last Synced: 2024-12-27T09:41:47.878Z (4 months ago)
- Topics: arduino, serial-ports, wmi, wmic, wrapper
- Language: C++
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wmicom3
When a serial device is connected over USB (such as the [Sparkfun ProMicro](https://www.sparkfun.com/products/12640)) it appears as a COM port on Windows.
This wrapper will auto identify which COM port the specific device is attached to, given the device's hardware serial information.
WMI = Windows Management Instrumentation.