fasteddy516 / SimplySerial

A windows console application for serial communications.
MIT License
180 stars 22 forks source link

Option to exclude specific ports from autodetection. #17

Open gufpewga opened 2 years ago

gufpewga commented 2 years ago

Hi, I really like your work. I use it for Pi serial monitor, but have issue with auto connecting to my LTE modem that I have in my thinkpad. Could you add something like blacklist so autodetection and connection would't connect to those COM ports? They don't change number of port so it would be easy to separate.

image

fasteddy516 commented 2 years ago

I like this idea, and working with an exclude-list of ports based on COMx identifiers should be pretty straightforward. I'll add this to my todo list for the next release. Thanks for the suggestion!