Why does connection error pops up?
1 view (last 30 days)
Show older comments
madhan ravi
on 1 Feb 2019
Commented: Madhu Govindarajan
on 1 Feb 2019
Whenever I try to connect Matlab with arduino I get :
>> a=arduino
Failed to open a connection at serial port /dev/cu.usbmodem1421.
Make sure the port or address is correct and the Arduino hardware
is properly plugged in. For troubleshooting, see Arduino Hardware
Troubleshooting.
The port connection is correct though (it works in arduino application).
System: macbook pro 2012
edit: when I restart matlab it doesn't appear any reasons?
0 Comments
Accepted Answer
Madhu Govindarajan
on 1 Feb 2019
I have had similar issues in the past on Windows machines and I usually put the board in bootloader mode to make the error go away.
Note for new Arduino users - Double pressing the reset button makes the board go into bootloader mode.
2 Comments
Madhu Govindarajan
on 1 Feb 2019
Here is a video that shows basics of controlling motors from MATLAB and Arduino - https://www.mathworks.com/videos/using-matlab-and-arduino-for-motor-control-100737.html
I think the reason it happens is - even though the object is cleared, the connection is persistent and prevents MATLAB from downloading the server sketch to Arduino. When you put it on bootloader mode, you are forcing the Arduino to reset everything using the firmware and this helps to reestablish new connections.
More Answers (0)
See Also
Categories
Find more on Arduino Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!