Timeline for Less hardware dependent development?
Current License: CC BY-SA 3.0
10 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Mar 8, 2018 at 18:57 | review | Close votes | |||
Mar 19, 2018 at 14:27 | |||||
Mar 8, 2018 at 14:04 | answer | added | Ian | timeline score: 1 | |
Jan 14, 2018 at 2:04 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Dec 15, 2017 at 12:53 | comment | added | dandavis |
just get a 2ドル AVR that you don't care about "burning out". I often code new chunks in short JS first w/something like jsfiddle/codepen, using as close to C as possible (eg x.substring(0,x.indexOf(y)) instead of x.split(y)[0] . Once it works, i drop it into the sketch and add the types. Once it compiles, you've got a pretty good shot at it working as expected with minimal debugging. of course, you can run C w/o uploading too, but i've not found a decent "emulator", if that's the question.
|
|
Dec 15, 2017 at 8:02 | comment | added | Edgar Bonet | Just quit screen before uploading. | |
Dec 15, 2017 at 2:01 | answer | added | Roberto Lo Giacco | timeline score: 1 | |
Dec 14, 2017 at 10:00 | comment | added | Esshahn | I was using "Serial Tools" for Mac and the screen command inside the terminal. Both work and both have the annoying issue that somehow I can't upload changes as the IDE says that the serial port is currently in use. So far I only managed to solve that by disconnecting and reconnecting again. Any advice for that? | |
Dec 14, 2017 at 9:57 | comment | added | Majenko | UECIDE's terminal is far superior. | |
Dec 14, 2017 at 9:35 | comment | added | Edgar Bonet |
I personally always use either a terminal emulator (screen) or cat on a terminal if it's only for logging. I find a terminal quite handy for that sort of work.
|
|
Dec 14, 2017 at 9:04 | history | asked | Esshahn | CC BY-SA 3.0 |