I am using a RS422 ABZ encoder and need to transmit this signal to two receiver, for example, a motion controller X and maybe a DSP Y. There are distance between them(encoder, X and Y).
I have two solutions
#1 is just to seperate these signals on a PCB, and there is no chip. My concern is impedence(reflection) and noise(Because there are motors nearby)
#2 is to have use buffers on a PCB. I cannot find buffers for RS422 but I found TTL buffers. I use a RS422 signal into single-end first and buffer it out into 2 channels. Then I use two RS422 transmitters. In this case, my concern is signal delay
Anybody did anything similar before or have any ideas on how to do this? Many thanks