IDE question - cancel upload possible?

Hi All

Not so much a programming question as an IDE question.

Is there any way one can cancel the upload?

I tend to use the IDE serial monitor, but have to change the port. Sometimes I then attempt uploading while still pointing to the wrong port and need to shut down the IDE and unplug the usb to my programmer before I can get access to that port again.

Thanks

Kill avrdude. On Windows...

• Press Ctrl Alt Del
• Click Start Task Manager
• Select the Processes tab
• Click Image Name to sort the list alphabetically
• Locate and select avrdude
• Click End Process
• Click End Process
• Close Task Manager (in addition to the normal ways to close it, pressing Esc also works)

The Arduino IDE recovers gracefully allowing you to easily return to your business.

lol - not as graceful a solution as I hoped for, but better than unplugging.

Thanks Coding Badly

AgeingHippy:
lol - not as graceful a solution as I hoped for, but better than unplugging.

Thanks Coding Badly

You could always make a script on your desktop that does this. That would make it a little more elegant.

graceful? windows?

pkill avrdude