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

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to