Home
 |
FAQ
 |
Feedback
 |
Licence
 |
Updates
 |
Mirrors
 |
Keys
 |
Links
 |
Team
Download:
Stable
 ·
Snapshot
 |
Docs
 |
Privacy
 |
Changes
 |
Wishlist
A common request is that PuTTY gains a drop-down list of available serial ports, so that (e.g.) you don't have to find out by other means that the USB-to-serial dongle you've just plugged in has decided to call itself COM5. Other Windows programs using serial ports can do this.
Cursory research suggests there isn't a single good way to do this; a common library for this (CEnumerateSerial) uses 9(!) different methods for this, which can produce a mix of false negatives and positives. (See also this StackOverflow answer.)