Hi,
Can anyone recomend a good chip for multiplexing serial connections? I have one USART on my AVR and I wish to talk to two devices through it. I can't just use a simple 2-4 MUX for this as effectively there are three inputs and three outputs:
-------> DEV1 RX AVR TX ---->| -------> DEV2 RX <------- DEV1 TX AVR RX <----| <------- DEV2 TX
The main requirement is that the chip is cheap, I know I could add a software USART but that is not an option.
Cheers,
John