disable “Configure Arduino” Dialog in Standalone App
Hello everyone,
I have created an app with the MATLAB App Designer that communicates with an Arduino Nano. Everything works fine in the App Designer. After I have created a stand-alone executable file from the app, the “Configure Arduino” dialog box always appears when connecting the Arduino. If i select everything it works, but i dont want to type it in after every restart.
Can this be deactivated?
Here is my code of the connection setup.
app.ArduinoObject = arduino(app.config.COMPort, ‘Nano3’, ‘AnalogReferenceMode’, ‘internal’, ‘AnalogReference’, 1.1);
I also tried the following, but unfortunately it didn’t work.
app.ArduinoObject = arduino(app.config.COMPort,’Nano3′,’ArduinoCLIPath’,’C:Program FilesTopcaseTesterapplicationArduino CLI’,’AnalogReferenceMode’,’internal’, ‘AnalogReference’,1.1);
My CLI path is C:Program FilesTopcaseTesterapplicationArduino CLI
Thanks for you help!Hello everyone,
I have created an app with the MATLAB App Designer that communicates with an Arduino Nano. Everything works fine in the App Designer. After I have created a stand-alone executable file from the app, the “Configure Arduino” dialog box always appears when connecting the Arduino. If i select everything it works, but i dont want to type it in after every restart.
Can this be deactivated?
Here is my code of the connection setup.
app.ArduinoObject = arduino(app.config.COMPort, ‘Nano3’, ‘AnalogReferenceMode’, ‘internal’, ‘AnalogReference’, 1.1);
I also tried the following, but unfortunately it didn’t work.
app.ArduinoObject = arduino(app.config.COMPort,’Nano3′,’ArduinoCLIPath’,’C:Program FilesTopcaseTesterapplicationArduino CLI’,’AnalogReferenceMode’,’internal’, ‘AnalogReference’,1.1);
My CLI path is C:Program FilesTopcaseTesterapplicationArduino CLI
Thanks for you help! Hello everyone,
I have created an app with the MATLAB App Designer that communicates with an Arduino Nano. Everything works fine in the App Designer. After I have created a stand-alone executable file from the app, the “Configure Arduino” dialog box always appears when connecting the Arduino. If i select everything it works, but i dont want to type it in after every restart.
Can this be deactivated?
Here is my code of the connection setup.
app.ArduinoObject = arduino(app.config.COMPort, ‘Nano3’, ‘AnalogReferenceMode’, ‘internal’, ‘AnalogReference’, 1.1);
I also tried the following, but unfortunately it didn’t work.
app.ArduinoObject = arduino(app.config.COMPort,’Nano3′,’ArduinoCLIPath’,’C:Program FilesTopcaseTesterapplicationArduino CLI’,’AnalogReferenceMode’,’internal’, ‘AnalogReference’,1.1);
My CLI path is C:Program FilesTopcaseTesterapplicationArduino CLI
Thanks for you help! standalone MATLAB Answers — New Questions