function serialportlist is not working
9 views (last 30 days)
Show older comments
Stijn Haenen
on 24 Jan 2020
Commented: Walter Roberson
on 25 Jan 2020
When I use the function 'serialportlist' to identify the serial ports on my laptop i get a 1x0 empty string array.
ports=serialportlist
ports =
1×0 empty string array
I think, I should get at least 2 ports, because I have 2 USB ports on my laptop.
Im using matlab 2019b.
Do i need to instal some packages for using serialportlist?
1 Comment
Walter Roberson
on 24 Jan 2020
USB by itself is not enough: you would need to have a connected device that is responding as offering a virtual com port.
Accepted Answer
Stijn Haenen
on 25 Jan 2020
1 Comment
Walter Roberson
on 25 Jan 2020
USB speakers would not advertise themselves as offering virtual com port services so using serialport() would not be appropriate.
See https://www.mathworks.com/help/audio/ref/audioplayerrecorder.getaudiodevices.html
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!