I can not connect my arduino to MATLAB

12 ビュー (過去 30 日間)
Hien Ngoc
Hien Ngoc 2013 年 11 月 10 日
コメント済み: Chalachew Werku 2021 年 2 月 14 日
>> 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?

採用された回答

Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer 2013 年 11 月 10 日
Which sketch are you using? During the mean time, please try this workaround.
  2 件のコメント
Hien Ngoc
Hien Ngoc 2013 年 11 月 10 日
I am using "the blink led" sketch during the time . But it still does not run.
Hien Ngoc
Hien Ngoc 2013 年 11 月 11 日
Thank you so much, I open a file PDE in Arduino IDE, ok, it runs well

サインインしてコメントする。

その他の回答 (1 件)

Brais Gonzalez
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
Mohammed Zaid Khan 2020 年 9 月 3 日
thanks, i faced the same problem. I sought out the problem with your method. Thanks a lot.
Chalachew Werku
Chalachew Werku 2021 年 2 月 14 日
Me too, thanks

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeArduino Hardware についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by