From: David W. <ins...@gm...> - 2012-10-25 19:11:54
|
> 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 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 buffer under interrupt control. So, just implementing interrupt driven serial receive on uart1. I could implement this in Forth from scratch if needed, but I was just wondering if it's 'included in the box' so to speak, so I don't have to. Thanks for any advice. David. |