Arduino Due error in Matlab

17 次查看(过去 30 天)
Hi
when I want to programming the arduino Due this error is showing:
>> arduino
Updating server code on board Due (COM10). Please wait (might take a few minutes).
Cannot program board Due (COM10). Please make sure the board is supported and the port and board type are correct. For more
information, see Arduino Hardware Troubleshooting.

采纳的回答

Madhu Govindarajan
Madhu Govindarajan 2019-1-14
Try the following and post any error messages that you get -
a = arduino('COM#','Due','TraceOn',true)
Remember the COM# should be the correct number of your Arduino Due. For instance - COM3, COM25 etc.
  6 个评论
madhan ravi
madhan ravi 2019-1-17
Then accept his answer.
john white
john white 2019-1-17
thanks for your notice , I have done

请先登录,再进行评论。

更多回答(2 个)

madhan ravi
madhan ravi 2019-1-12
编辑:madhan ravi 2019-1-12
Make sure the proper board (Arduino Uno or mini for example) and the port are selected.
  7 个评论
madhan ravi
madhan ravi 2019-1-12
编辑:madhan ravi 2019-1-12
Oh, I have experience with Uno and Mini but Due not , sorry

请先登录,再进行评论。


nguyen nhan tinh
nguyen nhan tinh 2019-12-25
编辑:nguyen nhan tinh 2019-12-26
I have same this issue.
When i run cmd:
>> a = arduino('COM3','Due', 'TraceOn', true)
Updating server code on board Due (COM3). Please wait (might take a few minutes).
Loading configuration...
Initializing packages...
Preparing boards...
Error: sam: Unknown architecture
How to resolve it. I using Matlab 2017b with Win10 64bit
Thanks
  3 个评论
nguyen nhan tinh
nguyen nhan tinh 2019-12-26
Matlab worked.
Thanks for your support.
Walter Roberson
Walter Roberson 2019-12-26
Thanks, Madhu Govindarajan .

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by