Serial ports list display
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Sufia Tanveer
il 18 Apr 2021
Modificato: Sufia Tanveer
il 18 Apr 2021
How to display all serial ports and available ports in compact format
Risposta accettata
Khalid Mahmood
il 18 Apr 2021
You can easily display ports list in compact format
pa=['all Serial Ports' serialportlist];
pav=['available Ports' serialportlist('available')];
[pa;pav]
1 Commento
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!