Re: [Amforth-devel] Help with LOAD

2010-11-17 Thread Matthias Trute
Hi Karl, > I have all of the support words in place to permit editing and > loading blocks of source from a serial EEPROM or ferroRAM. The only > piece I'm missing is how to hook a buffer read from the block device > into the text stream used by the interpreter. What is the > "traditiona

Re: [Amforth-devel] Serial communication via a digital port?

2010-11-17 Thread Matthias Trute
hi, > Dear amforthers, > > I was wondering whether there is already a dictionary available > that enables me to send a string at 9600 baud via a digital pin? You can use the existing code that uses the hardware modules. A software only (bit-bang) solution does not exist (yes), at least as far as

Re: [Amforth-devel] Serial communication via a digital port?

2010-11-17 Thread Erich Waelde
Hello Christian, On 11/16/2010 01:22 PM, Christian Kellermann wrote: > Dear amforthers, > > I was wondering whether there is already a dictionary available > that enables me to send a string at 9600 baud via a digital pin? I see 2 non-software approaches: use a controller with 2 serial interfaces