Does Elegoo UNO R3 work on MATLAB?

조회 수: 13 (최근 30일)
Olivia Ellinson
Olivia Ellinson 2020년 5월 28일
답변: Bhargavi Maganuru 2020년 7월 8일
How do I get Elegoo UNO R3 (Arduino clone) to work in MATLAB on a Mac?
I keep getting this error on Matlab:
Cannot program board Uno (/dev/cu.usbmodem141301). Please make sure the board is supported and the port
and board type are correct. For more information, see Arduino Hardware Troubleshooting.
The code I typed in was:
"arduino"

답변 (1개)

Bhargavi Maganuru
Bhargavi Maganuru 2020년 7월 8일
Hi,
You can try specifying board and type as below
a = arduino('COM4','Uno');
Make sure you specify correct board type and and board type is supported. List of supported Ardino types can be found here
For more information regarding connection failures refer these links

카테고리

Help CenterFile Exchange에서 Arduino Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by