Serial Port not detected

8 vues (au cours des 30 derniers jours)
Shawn Chang
Shawn Chang le 21 Juin 2012
Hi, I am using a usb dongle to communicate with my robocar. Hence, I write the the code as follow: code:
device=instrfind;
but the answer I obtained is empty array. May I know what is the problem? By the way, I can communicate my robocar with hyper terminal. Thanks
  7 commentaires
Shawn Chang
Shawn Chang le 21 Juin 2012
Anyhow, thanks for your replied and information. I will try to check is there any solution for this.
Shawn Chang
Shawn Chang le 21 Juin 2012
http://www.mathworks.com/matlabcentral/answers/1099-does-serial-detect-a-virtual-com-port
By referring to this thread, i obtained the following result:
s=instrhwinfo('Serial')
s =
AvailableSerialPorts: {2x1 cell}
JarFileVersion: 'Version 2.9.0'
ObjectConstructorName: {2x1 cell}
SerialPorts: {2x1 cell}
s.AvailableSerialPorts
ans =
'COM5'
'COM6'
This should be the solution for my problem.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur File Operations dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by