Re: [Amforth] Amforth on Arduino 38400bps

2015-08-13 Thread Matthias Trute
Am Donnerstag, den 13.08.2015, 15:36 -0500 schrieb Ben Pharr: > I have a genuine Italian Arduino Duemilanove. I downloaded Amforth 5.9 > and flashed it with the included Makefile, as well as setting the > fuses. It works, but only at 38400, not 9600, as the FAQ suggests. > > The 'ms' word was miss

[Amforth] Amforth on Arduino 38400bps

2015-08-13 Thread Ben Pharr
I have a genuine Italian Arduino Duemilanove. I downloaded Amforth 5.9 and flashed it with the included Makefile, as well as setting the fuses. It works, but only at 38400, not 9600, as the FAQ suggests. The 'ms' word was missing, but I created a reasonable facsimile using 1ms: > : ms 0 do 1ms loo