earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
2.03k stars 421 forks source link

arduino-pico core has NO auto-reset support #1718

Closed mohdrais closed 1 year ago

mohdrais commented 1 year ago

Hello Sir, I am using Windows11 Version 22H2, Arduino IDE 2.2.1 and Pico W ( Pico /RP2040 Version 3.5.0). The arduino-pico core has NO auto-reset. When the pico is attached to the PC, there is only PORT: COM1. The sketch can be uploaded by pressing the BOOTSEL but I need the other COM so as to use Serial Monitor. Last time there is no problem but I forgot both the version for Arduino IDE and Pico/RP2040. Thank you in advance for any suggestion.

maxgerhardt commented 1 year ago

Yes the core has an auto-reset via serial, that was not removed. It seems more like the sketch you uploaded crashed the Pico or the wrong board (settings) was selected?

mohdrais commented 1 year ago

Sir, I am really sorry for the mistake. It seems that the sketch I uploaded crash the pico. ( I tested with blink sketch and it works!) Thank you very much.