- go to device manager
- than find arduino board at there
- right click
- open properties
- in this link http://cedrus.com/support/rb_series/tn1045_usbport_win.htm it shows how to change com port for any device
- then change the com value to com 23
- then unplug the board replug it
- it will work definitelytry
Can't connect Arduino Uno (Genuino) to Matlab R2016a
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm trying to connect my Genuino Uno (which is just a European Arduino Uno) to Matlab, but Matlab doesn't seem to be able to detect it.
a = arduino();
gives me the follwing error message: "Cannot detect Arduino hardware. Make sure original Arduino hardware is properly plugged in. Otherwise, please specify both port and board type. For more information, see arduino function reference page."
When I try
a = arduino('COM4','Uno');
I get this message: "Failed to open serial port COM4 to communicate with board Uno. Make sure there is no other MATLAB arduino object for this board. For troubleshooting, see Arduino Hardware Troubleshooting."
In device manager, the board is written as "Genuino Uno" but Matlab tells me device is unsupported.
I have downloaded the arduino package. Hope you guys can help me solve this!
0 Kommentare
Antworten (2)
Oguz Türker
am 6 Jul. 2016
Bearbeitet: Oguz Türker
am 6 Jul. 2016
a = arduino('COM23','Uno');
1 Kommentar
Madhu Govindarajan
am 11 Mär. 2019
Try putting the device in bootloader mode, by double presssing the RESET button.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Setup and Configuration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!