Skip to content

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

Description

@SeptenJDT

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() :

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions