Is it possible to download a sketch from an Arduino to PC? (I want to check what is currently running and archive it). Thanks for answer, Alan
Nope. There are way's to load the hex from an Arduino but that gives you the compiled machine code (which you can turn into assemble) but not the sketch you're used to.