Effective architecture for multi UART application
I have an application that has to talk to 8 UART devices and a handful of other I2C and SPI devices. My current architecture is getting kind of complicated and I'd like to see how more experienced programmers handle a situation like this. I'll limit...