Why does connection error pops up?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
madhan ravi
el 1 de Feb. de 2019
Comentada: Madhu Govindarajan
el 1 de Feb. de 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 comentarios
Respuesta aceptada
Madhu Govindarajan
el 1 de Feb. de 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 comentarios
Madhu Govindarajan
el 1 de Feb. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Arduino Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!