We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The gui of lps-tools was unresponsive for me. I was able to track the problem down to
ports = comports()
in nodeConfigurator.py
nodeConfigurator.py
Workaround: Disable bluetooth on your pc. I guess this problem is related to pyserial/pyserial#451 and only windows should be affected.
The text was updated successfully, but these errors were encountered:
Thanks for the report! It is probably time to take a look at this code in general and do a touch up.
Sorry, something went wrong.
I confirm this is still the case on Windows 11 Home with recent updates and the bluetooth-off workaround still works
the bluetooth workaround doesn't seem to work anymore...
#19: Update python version to 3.11 amd64
5bb8a6b
No branches or pull requests
The gui of lps-tools was unresponsive for me. I was able to track the problem down to
in
nodeConfigurator.py
Workaround: Disable bluetooth on your pc. I guess this problem is related to pyserial/pyserial#451 and only windows should be affected.
The text was updated successfully, but these errors were encountered: