MATLAB: How to tell serial ports apart

MATLABserial port

I have these two ports on my computer
How do I tell them apart? One is Serial Device and the other one is Serial Port
I tried serialportlist but that only gives me the serial ports names. How do I decide which is which base on their properties?

Best Answer

Currently serialportlist function does not provide any additional details about the connected serial devices. I have conveyed this issue to the concerned people and it might be considered in the future releases.
Related Question