fasteddy516 / SimplySerial

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

Available Port list can contains invalid options #5

Closed fasteddy516 closed 5 years ago

fasteddy516 commented 5 years ago

The available ports list needs more robust filtering - SS thinks that it's ok to try to connect to parallel (LPT) ports, and who knows what else. We should - at the very least - enforce a "if it doesn't have 'COM' in the name, don't consider it a valid COM port" rule.