I need to determine the "friendly name" of a COM port given its COM# name.
I found some answers, but they were either for C# or C++. Is there a method in (possibly pure) java?
I need to determine the "friendly name" of a COM port given its COM# name.
I found some answers, but they were either for C# or C++. Is there a method in (possibly pure) java?
After long search and I ended up writing the following class that seems to work for me; obviously it's a Win32-only thing.
I hope it helps other people.