Serial ports list display
조회 수: 3 (최근 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!