Finding Available COM ports in a PC.
古いコメントを表示
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.
採用された回答
その他の回答 (2 件)
KarthiK Krishna Kumar
2011 年 3 月 25 日
0 投票
1 件のコメント
Walter Roberson
2011 年 3 月 25 日
It appears that the answer is NO for real serial ports, and "not implemented" for USB ports. Please see http://www.mathworks.com/matlabcentral/newsreader/view_thread/300827
Phillip
2012 年 12 月 19 日
0 投票
I had the same question, just found that the answer is the "instrreset" command.
カテゴリ
ヘルプ センター および File Exchange で Instrument Control Toolbox Supported Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!