I can not connect my arduino to MATLAB
13 次查看(过去 30 天)
显示 更早的评论
>> a=arduino('COM5'); Attempting connection ............. Warning: Unsuccessful read: A timeout occurred before the Terminator was reached. Error using arduino (line 104) Connection unsuccessful, please make sure that the board is powered on, running a sketch provided with thepackage, and connected to the indicated serial port. You might also try to unplug and re-plug the USB cable before attempting a reconnection. Please tell me how to fix this error, i used Matlab 2013a, does it support this feature?
0 个评论
采纳的回答
更多回答(1 个)
Brais Gonzalez
2017-11-21
Answer for Error using arduino (line 104) Warning: Unsuccessful read: A timeout occurred before the Terminator was reached.
The answer is: 1 In the Arduino software(IDE). You need write the code, which you find in file "adioes.pde" There are three files adio, adioe, adioes. A for analog D for digital I for input O for Output E for encoder S for Servo. If you need a Servo o a encoder, you need put the code more complete adioes. 2 Compile this code and send to arduino. Close the IDE 3 To open matlab and to write a=arduino("COMxx") 4 You has finalized the Arduino instalation
2 个评论
Mohammed Zaid Khan
2020-9-3
thanks, i faced the same problem. I sought out the problem with your method. Thanks a lot.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Support Package for Arduino Hardware 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!