MATLAB: Finding Available COM ports in a PC.

serial portusb

Hi, I would like to write a program which can find the available serial ports in a PC and connect to the port to which an external instrument is connected. the instrhwinfo('serial') provides me the available serial ports(one of the port is connected to an instrument) in my PC.
Now i replug the instrument to different serial port and do an instrhwinfo('serial'). This time it doesn't update the change in port name. Why is this happening? Is there a script/additional commands which can recognize the port name when i replug again and again to different ports on my PC.
Need assistance, Thank you.

Best Answer

Postings from Mathworks staff in the past have indicated that you need to restart Matlab to get the port list updated. I do not know if that is still the case in the latest versions.
Related Question