From: Robert E. <epp...@so...> - 2012-01-13 18:59:58
|
Hi Matthias Matthias Trute <mt...@we...> writes: > I cannot test with an recent arduino Did others use it on the uno? >> runs fine with screen /dev/ttyACM0 >> but I cannot upload files. > the python script requires that no other process accesses the > serial line. You cannot watch it working. Yes, I assumed that and always terminated screen before trying to upload. > Another tool to use is am4up with minicom (a small > C program in the tools directory). See at the sources on > how to use it. Ah, thank you. Another thing to try. > The downside is that it does not honor the include commands. No problem. I think putting the include logic into the upload tool might be questionable design anyway. Thank you, Robert |