Re: [Amforth] Stabel version 4.8

2012-05-22 Thread Matthias Trute
Hi Jan, > When I have flashed a version on the arduino witch files and in what order > should I load them to get a minimum ans system? Most of the ANS words are already in the flashed code. Many remaining words are available as forth source code, you may want to check lib/ans94 directory. I cann

Re: [Amforth] Stabel version 4.8

2012-05-21 Thread Jan Kromhout
Matthias thanks. I have perhaps a stupid question. When I have flashed a version on the arduino witch files and in what order should I load them to get a minimum ans system? Cheers, Jan Jan kromhout Sacharovlaan 3 3223HM Hellevoetsluis-NL Op 19 mei 2012 om 19:40 heeft Matthias Trute het volg

Re: [Amforth] Stabel version 4.8

2012-05-19 Thread Matthias Trute
Hi Jan, > Where can I find it? A web interface can be found here: http://amforth.svn.sourceforge.net/viewvc/amforth/trunk/lib/ You'll need the new lib/ans94/2x.frt file as well since it fixes the RANGE error. A more in depth description on how to access the repository using other tools can be f

Re: [Amforth] Stabel version 4.8

2012-05-19 Thread Jan Kromhout
Thanks Matthias, Where can I find it? Cheers, Jan kromhout Sacharovlaan 3 3223HM Hellevoetsluis-NL Op 17 mei 2012 om 11:35 heeft Matthias Trute het volgende geschreven: > Hi Jan, > >> It try it again, but when I load a simple case structure into the arduine I >> get a cold or warm reboot.

Re: [Amforth] Stabel version 4.8

2012-05-17 Thread Matthias Trute
Hi Jan, > It try it again, but when I load a simple case structure into the arduine I > get a cold or warm reboot. > > Is the case structure tested with the 4.8 version? I've just committed (rev 1208) a small change to lib/case.frt that makes case working. RANGE does not yet works as expected.

Re: [Amforth] Stabel version 4.8

2012-05-16 Thread Matthias Trute
Hi Jan, > It try it again, but when I load a simple case structure into the > arduine I get a cold or warm reboot. > > Is the case structure tested with the 4.8 version? Seems, you're the first one. According to the subversion log, the case code itself was not changed for the last 4 years. Matt

Re: [Amforth] Stabel version 4.8

2012-05-15 Thread Jan Kromhout
fer, don't you? > p. > > - PŮVODNÍ ZPRÁVA - > Od: "Jan Kromhout" > Komu: "Everything around amforth" > > Předmět: Re: [Amforth] Stabel version 4.8 > Datum: 15.5.2012 - 19:37:58 > >> Hello, >> >> I use the duemilanove

Re: [Amforth] Stabel version 4.8

2012-05-15 Thread Jan Kromhout
you have exceeded 80chars in the line buffer, don't you? > p. > > - PŮVODNÍ ZPRÁVA - > Od: "Jan Kromhout" > Komu: "Everything around amforth" > > Předmět: Re: [Amforth] Stabel version 4.8 > Datum: 15.5.2012 - 19:37:58 > >> Hello, &g

Re: [Amforth] Stabel version 4.8

2012-05-15 Thread pito
maybe you have exceeded 80chars in the line buffer, don't you? p. - PŮVODNÍ ZPRÁVA - Od: "Jan Kromhout" Komu: "Everything around amforth" Předmět: Re: [Amforth] Stabel version 4.8 Datum: 15.5.2012 - 19:37:58 > Hello, > > I use the duemilanove ver

Re: [Amforth] Stabel version 4.8

2012-05-15 Thread pito
Short googling "forfiter 1.5" gives this link http://www.forth.cz/Download/mFC/mFC.html (the sw is english speaking..) p. - PŮVODNÍ ZPRÁVA - Od: "Jan Kromhout" Komu: "Everything around amforth" Předmět: Re: [Amforth] Stabel version 4.8 Datum: 15.5.2012 -

Re: [Amforth] Stabel version 4.8

2012-05-15 Thread Jan Kromhout
Hello, I use the duemilanove version from sourceforg. Load in 2x.frt, postpone.frt and case.frt. No problem. But now give in some simple case structure like : test-case case 1 of." one" endof 2 of." two "endof 3 of."three " endof endcase and after give

Re: [Amforth] Stabel version 4.8

2012-05-15 Thread Jan Kromhout
Where to find this terminal program? Op 15 mei 2012, om 19:12 heeft pito het volgende geschreven: > The terminal program I use for uploading frt files (Forfiter 1.5) > to amforth shall have: > 1. the tx char wait delay set to ie. 500us > 2. CR delay ie. 5000ms > 3. set the "test OK" option > So

Re: [Amforth] Stabel version 4.8

2012-05-15 Thread pito
The terminal program I use for uploading frt files (Forfiter 1.5) to amforth shall have: 1. the tx char wait delay set to ie. 500us 2. CR delay ie. 5000ms 3. set the "test OK" option So the amforth has time to process the line up to 5secs, when it does faster and sends an "ok" it does not wait 5s

Re: [Amforth] Stabel version 4.8

2012-05-15 Thread Charles Summers
I compiled am4up.c on my linux box and it works very well for loading amForth source files to the arduino. You might try it. -chassum On Tue, May 15, 2012 at 11:40 AM, Jan Kromhout wrote: > Hello, > > How stable is the version 4.8. > It happens often when I load a program that the system is hang