Skip to content

Does not work on windows #1

Description

The com ports are simply named "com1", "com2" and so on on windows.
So this will not work.

vareligiblePorts=ports.filter(function(port){return!port.match(/[Bb]luetooth/)&&port.match(/\/dev\/tty/);});

but this will

vareligiblePorts=ports.filter(function(port){return!port.match(/[Bb]luetooth/);});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions