When the upload needs to happen the board enters DFU, so it appears as a new device.
Arduino CLI and Arduino IDE are both able to reconnect automatically so I don't see an issue to fix
Hi @ubidefeo - so every sketch will need a delay added at the beginning of Setup for the serial monitor to work?
If the Minima is connected to my laptop pressing the reset button disconnects it from the COM port and by the time it reconnects the sketch is well started and often in the loop already before any serial feedback can print.
That just doesnāt seem right and different from any other Arduino I have used (other than the GIGA which is doing the same thing but worse).
Or is there some common code practice to wait for the reconnection to occur before proceeding?