fasteddy516 / SimplySerial

A windows console application for serial communications.
MIT License
193 stars 23 forks source link

Autodetect doesn't function correctly with multiple instances and multiple com ports. #16

Open fasteddy516 opened 2 years ago

fasteddy516 commented 2 years ago

With multiple COM ports available, auto-detection correctly connects to the first available serial port when starting/running the first instance of SimplySerial. Running a second instance should automatically connect to the next available port, but it just stops and waits for the first port to become available.