Skip to content

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

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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