Re: [Amforth] HOWTO: amforth 4.4 + AVR Studio 5 + Arduino

2011-06-05 Thread Elliott Chapin
On 06/05/2011 01:45 PM, Erich Waelde wrote: > >> Thanks, Neal! Nice if there were one for the Uno. ;( >> > The only difference in handling between the duemilanove > and the uno is the name of the serial device, on Linux > at least: > > /dev/ttyUSB (duemilanove) > /dev/ttyACM (uno) > > as I hav

Re: [Amforth] HOWTO: amforth 4.4 + AVR Studio 5 + Arduino

2011-06-05 Thread Elliott Chapin
On 06/05/2011 01:45 PM, Erich Waelde wrote: > >> Thanks, Neal! Nice if there were one for the Uno. ;( >> > The only difference in handling between the duemilanove > and the uno is the name of the serial device, on Linux > at least: > > /dev/ttyUSB (duemilanove) > /dev/ttyACM (uno) > > as I hav

Re: [Amforth] HOWTO: amforth 4.4 + AVR Studio 5 + Arduino

2011-06-05 Thread Erich Waelde
> Thanks, Neal! Nice if there were one for the Uno. ;( > The only difference in handling between the duemilanove and the uno is the name of the serial device, on Linux at least: /dev/ttyUSB (duemilanove) /dev/ttyACM (uno) as I have posted to the list before (21.March.2011) Cheers, Erich --

Re: [Amforth] HOWTO: amforth 4.4 + AVR Studio 5 + Arduino

2011-06-05 Thread Elliott Chapin
On 05/31/2011 05:56 PM, Neal Crook wrote: > > How to build amforth-4.4 images for an arduino using AVR Studio 5.0 > > 12. locate the file appl/arduino/duemilanove.asm (or the correct name for your > target arduino) and copy it to the project folder; rename it to Thanks, Neal! Nice if there were

Re: [Amforth] Interpreter activity monitor

2011-06-05 Thread pito
> It was my understanding that you want to > check the proper working of the inner interpreter > in a watchdog like manner. no watchdog > That is a profiling system. What do you want to > profile? Number of calls? Time? Both? Something > else? To start simple I wanted to see the inner interprete

Re: [Amforth] Interpreter activity monitor

2011-06-05 Thread Matthias Trute
Hi Pito, >> You could use the timer interrupt since any >> (forth-written) ISR is handled by it. > > Could you clarify a little bit? It was my understanding that you want to check the proper working of the inner interpreter in a watchdog like manner. > Currently my leds are switched on/off in