> Some kind of a mixture of
> http://amforth.sourceforge.net/recipes/interrupts.html and
> http://amforth.sourceforge.net/recipes/redirect-io.html
> should do what you want to do (and perhaps the multitasker)
Thanks Erich, I'll have a go at that.
Cheers,
David
--
Hi David,
> I don't need a Forth prompt on the other uart - I'm just chatting to
> other devices, initially an Omnikey RFID R/W module, and I'll probably
> also want to hook up to XBee radios later. So I just want to write a
> string of bytes to the second uart and have the response read into a
>
> Hello David,
> welcome to the club!
> I'm not sure, if I understand your question correctly.
> a. are you trying to use usart1 instead of usart0? Or
> b. are you trying to use both usart1 and usart0 "simultaneously"?
Hello Erich,
Thanks for your quick reply!
I don't need a Forth prompt on the
Hello David,
welcome to the club!
On 10/25/2012 08:17 PM, David Wallis wrote:
> Hi all,
>
> Sorry for using this list for help, but I'm not sure where else to go. I am
> new to Forth (although I've been aware of it since the days of the Jupiter
> Ace when I was at school!), but I have an AVR proj
Hi all,
Sorry for using this list for help, but I'm not sure where else to go. I am
new to Forth (although I've been aware of it since the days of the Jupiter
Ace when I was at school!), but I have an AVR project to do and I thought
I'd give amforth a try.
My question is, is there an easy way of