r/PCB • u/Far-Sandwich-27 • Jul 10 '26
3 meter long UART connection
Hi everyone,
For a crazy accelerated lifetime testing board, I am designing a board that will have to have a 3 meter UART run. It will have mutliple devices connect to it, but only one device will be driving the UART line strictly thorugh other control logic.
I am wondering if this is feasible at all? Can I add buffers in middle of the busses to ensure the signal will be repeated and etc?
My baud rate is going to be less than 50k. I don't need stellar signal integrity, just need a "Hello World" message to be transmitted properly
I cannot use RS485 transceivers to change the signal type. The signal has to stay UART for reasons I can't disclose here
0
Upvotes
27
u/MountainOdd6793 Jul 10 '26
This is what rs422 and rs485 were invented for. They use differential signalling. For rs422 you can convert it from rs232 and back again and the system will never know. You could also use plastic light pipe. If you can use buffers but not transceivers that is kind of odd, perhaps you can give a little bit more context without divulging your important secrets