Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Failed to enumerate serial ports" on windows #24

Open
UnHolds opened this issue Nov 5, 2022 · 1 comment
Open

"Failed to enumerate serial ports" on windows #24

UnHolds opened this issue Nov 5, 2022 · 1 comment
Labels
type:bug Something isn't working

Comments

@UnHolds
Copy link

UnHolds commented Nov 5, 2022

The error occurs due to the registry key: HKEY_LOCAL_MACHINE\\HARDWARE\\DEVICEMAP\\SERIALCOMM not existing, even if the radio is plugged in in DFU mode.

key is checked in serial_radio_factory.cpp

To create this entry I just plugged in any device that opens a serial port. Now the registry key exists. After that, I can unplug the serial device and flash the radio in DFU mode.

The same problem occurs again if the PC is rebooted.

@v0l v0l added the type:bug Something isn't working label Nov 5, 2022
@AlexandreRouma
Copy link

It's an easy fix, if the author wants a pull request I can submit it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants