Timeline for Get the uploaded code from arduino by using arduino IDE 1.0.6 [duplicate]
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 19, 2019 at 18:49 | history | closed |
The Guy with The Hat VE7JRO |
Duplicate of Is there any way to download a sketch from an Arduino? | |
| Sep 19, 2019 at 15:40 | review | Close votes | |||
| Sep 19, 2019 at 18:49 | |||||
| Feb 4, 2016 at 20:33 | answer | added | Nick Gammon♦ | timeline score: 3 | |
| Dec 14, 2014 at 14:36 | comment | added | Gerben | You can use khazama to read the chip, and then write it to a hex file. There are tons of other ways, but that's the one I've used previously, that was pretty easy. | |
| Dec 14, 2014 at 8:15 | history | migrated | from electronics.stackexchange.com (revisions) | ||
| Dec 14, 2014 at 8:03 | comment | added | PeterJ | Yes that's right it will erase the old code and replace it, so you just keep your C++ code on the PC. | |
| Dec 14, 2014 at 8:02 | comment | added | user782104 | sorry for being new for this, Is that mean if I write the new code then it will overlap and erase the old code? thanks | |
| Dec 14, 2014 at 8:00 | comment | added | PeterJ | The problem is the uploaded code will be machine code and while you might be able to disassemble it there won't be a way to get the C++ code back out of it. | |
| Dec 14, 2014 at 7:55 | history | asked | user782104 | CC BY-SA 3.0 |