Can't connect Arduino Uno (Genuino) to Matlab R2016a

조회 수: 11 (최근 30일)
simon
simon 2016년 6월 6일
답변: Madhu Govindarajan 2019년 3월 11일
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!

답변 (2개)

Oguz Türker
Oguz Türker 2016년 7월 6일
편집: Oguz Türker 2016년 7월 6일
  1. go to device manager
  2. than find arduino board at there
  3. right click
  4. open properties
  5. in this link http://cedrus.com/support/rb_series/tn1045_usbport_win.htm it shows how to change com port for any device
  6. then change the com value to com 23
  7. then unplug the board replug it
  8. it will work definitelytry
a = arduino('COM23','Uno');
  댓글 수: 1
Alex Barbu
Alex Barbu 2019년 3월 10일
changing the port wasnt a solution for me. it still does not connect

댓글을 달려면 로그인하십시오.


Madhu Govindarajan
Madhu Govindarajan 2019년 3월 11일
Try putting the device in bootloader mode, by double presssing the RESET button.

카테고리

Help CenterFile Exchange에서 Device Driver Blocks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by