Hello, recently it has been happening to me very often to the point that it is now constant.
I'm using Arduino IDE 2.2.1 on my Win10 and the rp2040 nano connect board
Every time I want to download the code on the board it appears:
"Unable to reset port: TOUCH: error during reset: opening port at 1200bps: Serial port busy
Failed uploading: uploading error: exit status 1"
I have not been able to download the code again
I have tried the following:
- Do a hard reset from the rp2040 by holding the button for 10 seconds.
- I have disabled and enabled the connection port
- I changed the cable
- I have changed the board for another rp2040 and it automatically changes the port.
- I have restarted the PC
- I have used another code
- I have closed and opened the Arduino IDE
- I have reinstalled the Arduino IDE
and nothing works.
However, the RP2040 has the last code that I downloaded and it is functional to display on the serial monitor, and every time I connect it to the PC or do a reset I can see the values on the serial monitor.
With everything I have done I should have been able to repair the problem but it remains.
Any of you have this problem and have you resolved it?