Serial ports list display

2 次查看(过去 30 天)
How to display all serial ports and available ports in compact format

采纳的回答

Khalid Mahmood
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]
  1 个评论
Sufia Tanveer
Sufia Tanveer 2021-4-18
编辑:Sufia Tanveer 2021-4-18
I mean, your answer helped me more than what I wanted. It worked nicely. Thanks a lot.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by