Programatically configure arduino in standalone application
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
David Wilby
il 17 Nov 2021
Modificato: David Wilby
il 6 Gen 2022
Hi,
In a standalone application which uses the Arduino Hardware Support Package, on connecting to the arduino, the "Configure Arduino" dialog is launched, asking the user to specify port, board and path to the ardunio IDE.
Is there a way to programmatically bypass this manual config step?
Thanks
0 Commenti
Risposta accettata
Kshitij Chhabra
il 27 Dic 2021
Hi,
For a clean installation, the IDE Path should be automatically configured when you install the Arduino Support Package. You can check the following MATLAB Answer to debug probable causes.
Additionally, the path can be set by the following command
arduinoio.IDERoot = 'Link To Path'
Hope it helps!
1 Commento
Più risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Support Package for Arduino Hardware in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!