Serial Command Not Working!
9 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I am trying to type the serialport command in matlab, and I keep getting a 1X0 string array, would anyone have any idea why that is? Shoudn't this commad show me all available ports, or would it show the ones that are in use?
I would appreciate any help,
Thanks!
0 件のコメント
回答 (1 件)
Walter Roberson
2022 年 4 月 1 日
The command to display the serial ports is
serialportlist
You can be more specific too,
serialportlist("all")
serialportlist("available")
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!