Reply by Mike Harrison October 20, 20062006-10-20
> Are there any (better) SPI UARTs around?
Another microcontroller.... probably cheaper than the Maxim part as well.
Reply by Hershel October 20, 20062006-10-20
On 20-Oct-2006, "Bill Davy" <Bill@SynectixLtd.com> wrote:

> Are there any (better) SPI UARTs around?
http://www.nxp.com/products/interface_control/i2c_bridge/index.html -- Hershel
Reply by Bill Davy October 20, 20062006-10-20
As far as I can tell from the specification, the Maxim MAX3100 can lose 
bytes if the FIFO overflows and the softwarae cannot detect that this has 
happened.  Of course, the software should be quick enough, but real life is 
full of nasty surprises.  The CRC should detect it, but see earlier remark.

I have to hook a PIC16F876 to a Cypress 8051 using the debug ports (so no 
CTS or RTS wires), and please do not ask why.  I do not want to chop the 
messages up into 8 byte pieces, and have a protocla layer to avoid FIFO 
overflow.  Are there any (better) SPI UARTs around?

tia
    Bill