joshualeone
About
- Username
- joshualeone
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
I also tried the following. It correctly uses COM3 but says the port is busy. Running it from the original SerialSelector doesn't do that though. String myPort = null; for(String sN : Serial.list()) { if (sN.contains("COM3")) { myPort =…
-
I was hoping disabling the serial selector in DiscoParty then defaulting m_portName = "COM3"; would do it. It looks like it must pass the random(?) associated m_outPort.port as well though.