Skip to content

Issue when using --port with serial #7

@roberto314

Description

@roberto314

When using the --port modifier the 'if interface == serial' statement in dev_shell.py line 94 is always wrong because the variable 'interface' is the complete string ('serial --port COM3' for example).
Suggested change: if interface.split()[0] == 'serial':

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