Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
anotherdave opened this issue Aug 21, 2010 · 1 comment
Open

Comments

@anotherdave
Copy link

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;
@rngtng
Copy link
Owner

rngtng commented Aug 30, 2010

cool, thx, I'll consider it with next release...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants