forked from serialport/node-serialport
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(windows): Fetch USB serial number by lookups in win registry (se…
…rialport#1483) Serial numbers in win32 from USB devices cannot be readily derived from the PnP ID. This adds some logic to iterate through the win32 registry, as per the research in serialport#1459.
- Loading branch information
1 parent
270c2be
commit 04ee499
Showing
2 changed files
with
169 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters