From: Matthias T. <mt...@we...> - 2012-01-13 16:33:56
|
Hello Robert, I cannot test with an recent arduino (the ttyACM device tells me this), so only one remark. > Slowly progressing towards using amforth on an arduino uno board. > The basic system is up, 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. 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. It implements the same communication logic as the python script but *within* minicom. The downside is that it does not honor the include commands. Nobody's perfect and patches are very welcome. > amforth-upload.py: > First I had to replace 'python2' in the sheebang line of > amforth-upload.py by 'python2.7' 'python2.6' or 'python' > to have it run on debian/wheezy. Blame the debian people. Matthias |