Identify individual com port on windows

We have a setup where our product enumerates as 3 com ports. 

Is there a way to name each port from the code so they can be uniquely identified via windows?

The problem we have is that windows tend to swap the order of comport’s from time to time. We want to make a program that can find the right com port no matter the order the ports are enumerated 

Parents Reply Children
Related