[Amforth-devel] arduino uno

2011-03-21 Thread Erich Waelde
Hi, yesterday I tried to run amforth (4.2) on a new "arduino uno" board. In short words: it works with the exact same settings as for the "arduino duemilanove". The only difference is the name of the serial device (on Linux) duemilanove: /dev/ttyUSB# uno: /dev/ttyACM# Cheers, Erich

Re: [Amforth-devel] Difficulty with Hello World exercise

2011-03-21 Thread pito
from my previous post... By chance I found the crash is caused by the debugger - when the asm source wants to continue into a "debugger" (for the code outside the "amforth.asm") the debuger is called, but not set properly (my understanding) and crashes. Now, how it works: 1. compile amforth in