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

Get error that port is currently connected while that is not the case #8

Open
SeptenJDT opened this issue Aug 30, 2024 · 0 comments
Open

Comments

@SeptenJDT
Copy link

When trying to change the stream configuration, I get an error that the port is currently connected.
alreadyconnected

This is solved by changing line 164 in TerminalUserInterface.py

 if selected_port.is_connected :

to
if selected_port.is_connected() :

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant