[Amforth] (no subject)

2014-02-25 Thread vum
Hi Matthias & All Here is something wrong. > cold amforth 5.2 ATmega32A 16000 kHz reset source= 0 > s" __the_string_" type __the_string_ ok > s" __the_string_" ok > type e_the_string_ ok > Vladimir. -- Flow-based rea

Re: [Amforth] Strings in Interpreter Mode

2014-02-25 Thread Matthias Trute
Hi Vladimir, > Here is something wrong. > > > cold > amforth 5.2 ATmega32A 16000 kHz > reset source= 0 > > > s" __the_string_" type > __the_string_ ok > > s" __the_string_" > ok > > type > e_the_string_ ok Strings from the s" in interpreter mode live only as long as the command line is parsed

Re: [Amforth] (no subject)

2014-02-25 Thread Enoch
writes: > Hi Matthias & All > > Here is something wrong. > >> cold > amforth 5.2 ATmega32A 16000 kHz > reset source= 0 > >> s" __the_string_" type > __the_string_ ok >> s" __the_string_" > ok >> type > e_the_string_ ok Only with a serial driver (and a matching computer terminal setting) which

Re: [Amforth] (no subject)

2014-02-25 Thread Matthias Trute
> Only with a serial driver (and a matching computer terminal setting) > which implements RTS/CTS handshake (or at least software xon/xoff) you > can be sure that characters don't get dropped. Bullshit Matthias -- Flow-

[Amforth] VERSION 5.2

2014-02-25 Thread Michael Picco
Thanks to Craig Lindley's write-up, I've now gotten 5.2 working on a Uno without the hair-pulling of previous versions. That said, I attempted to install MARKER, but was told 'set-current' was missing ... how does one get that installed? Thanks, Michael K6MLE --

Re: [Amforth] VERSION 5.2

2014-02-25 Thread Erich Waelde
Hello Michael, On 02/25/2014 06:53 PM, Michael Picco wrote: > Thanks to Craig Lindley's write-up, I've now gotten 5.2 working on a Uno > without the hair-pulling of previous versions. > > That said, I attempted to install MARKER, but was told 'set-current' was > missing ... how does one get that

Re: [Amforth] (no subject)

2014-02-25 Thread Matthias Trute
> > Only with a serial driver (and a matching computer terminal setting) > > which implements RTS/CTS handshake (or at least software xon/xoff) you > > can be sure that characters don't get dropped. > > Bullshit I aplogize, I dont want to be rude, Enoch. Your analysis is wrong. Matthias -

[Amforth] FWD [set-current]

2014-02-25 Thread Matthias Trute
Hi, Michael asked me to forward this mail. Matthias Hello Michael, please take a look at 4.4.7 Un-Doing Definitions on page 83 of the documentation. You'll find it under amforth/doc/amforth.pdf regards Martin Am Dienstag, den 25.02.2014, 09:53 -0800 schrieb Michael Picco: > Thanks to Crai

Re: [Amforth] (no subject)

2014-02-25 Thread Enoch
Dear Matthias, Matthias Trute writes: >> > Only with a serial driver (and a matching computer terminal setting) >> > which implements RTS/CTS handshake (or at least software xon/xoff) you >> > can be sure that characters don't get dropped. >> >> Bullshit > > I aplogize, I dont want to be rude,

Re: [Amforth] VERSION 5.2

2014-02-25 Thread Michael Picco
On 2/25/2014 11:03 AM, Erich Waelde wrote: > .include "dict_wl.inc" Thank you Erich. I've made the change and sent the files to a computer at home, where I'll give them a flash-and-try tonight. Regards, Michael K6MLE