Serial.list() is extremely slow on my computer. I already know why, it's because of the Bluetooth serial ports I have. But I can't just get rid of those because I need them.
I mean it takes literally several minutes for Serial.list() to finish.
Anything on my computer that uses RXTXcomm will exhibit this lag, such as Arduino IDE. Hence I don't use these tools and find alternatives.
I am hoping there's a workaround or an alternative.