Josh Koffman wrote 2011-04-17 23:24: > On Sun, Apr 17, 2011 at 9:31 AM, Herbert Graf wrote: >> On Sun, 2011-04-17 at 01:12 -0400, Josh Koffman wrote: >>> Could I use the transmit and receive on a single UART independently? >>> Same speeds. The RX and TX pins would each go to their own >>> transceiver. >> >> Do you mean the RX connected to one device and the TX to another? >> Absolutely, as long as speeds and com parameters are the same. > > Yup. I had a look at my code library and it looks like I don't do > anything funny like disabling the ports so it should work (I think). > > This sounds pretty good and it saves me the extra port pins...interesting= .... > > Josh Or, another way to look at it. >>> Could I use the transmit and receive on a single UART independently? You always use then independently! :-) The PIC or the USART has no way to tell if both signals actualy go to a single system on the other side or not. There are no "connections" between them (apart from sharing some hardware such as the baud rate generator). :-) Jan-Erik. --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .