Message Boards Message Boards

How to specify the install directory for Arduino with the Device property "ArduinoInstallLocation"?

Posted 7 months ago

Using the following code to connect to the Arduino board, the following window will be shown, which requires the installation of the Arduino software.

arduino = DeviceOpen["Arduino", "COM3"];

enter image description here

But because I have already installed the Arduino IDE software, I want to define its installation Path with the Device property "ArduinoInstallLocation" so I use the following code:

arduino = DeviceOpen["Arduino", {"COM3","ArduinoInstallLocation" -> "C:\\Program Files\\Arduino IDE"}];

But it doesn't work for me. enter image description here Please Help! I need to specify the installation path of Arduino Software.

POSTED BY: Harry Hunt
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract