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"];
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. Please Help! I need to specify the installation path of Arduino Software.