Skip to content

Doesn't open on Windows because ports are labelled COM, not tty #1

@anotherdave

Description

@anotherdave

Hi, loving your work on this with mtxcontrol. Just a couple of minor tweaks:

Under Windows COM ports are skipped in initPort because the code checks for "tty". Fix in Rainbowduino.java:

        if(PApplet.match(ports[i], "tty|COM") == null) continue;

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