Hi all,
I’m new to Autonomo and I really do not understand the procedure how to upload code and restart this board… I often get failures like “No device found on COM…” or I need to restart the Arduino IDE because Ii get
processing.app.debug.RunnerException
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:140)
at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78)
at processing.app.Sketch.upload(Sketch.java:1178)
at processing.app.Sketch.exportApplet(Sketch.java:1152)
at processing.app.Sketch.exportApplet(Sketch.java:1124)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2430)
at java.lang.Thread.run(Thread.java:745)
Caused by: processing.app.SerialException: Error touching serial port ‘COM28’.
at processing.app.Serial.touchForCDCReset(Serial.java:87)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:129)
… 6 more
Caused by: jssc.SerialPortException: Port name - COM28; Method name - openPort(); Exception type - Port busy.
at jssc.SerialPort.openPort(SerialPort.java:164)
at processing.app.Serial.touchForCDCReset(Serial.java:81)
… 7 more
Sometimes I get it and my code is running, but it is not reproducable or I do not understand how to do it correctly.
I see “Uploading…” in the Arduino IDE but nothing happens. I tried to press the reset button to bring the board into bootloader mode, does not help.
Does someone give me a hint, how I can reproducable upload code and restart? Might also be useful for other newbees to Autonomio.¨
Kind regards