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; ```