Serial ports list display
1 回表示 (過去 30 日間)
古いコメントを表示
How to display all serial ports and available ports in compact format
採用された回答
Khalid Mahmood
2021 年 4 月 18 日
You can easily display ports list in compact format
pa=['all Serial Ports' serialportlist];
pav=['available Ports' serialportlist('available')];
[pa;pav]
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!