Hello all,
I am working with a device which has a TTL UART interface. I want to check which lines correspond to the TX and RX on this device. The device has a 5-pin connector, So far I have checked the voltage levels on these pins and they are as follows:
PIN1 -> +12v
PIN2 -> +0.8v
PIN3 -> +5.7v
PIN4 -> +0.8v
PIN5 -> +5v
From my understanding, I think that the pin with +5v is the TX pin since the idle TTL UART voltage level is +5v. I am not sure about the RX line and from what I understand it could be any one of the +0.8v lines. I would appreciate if someone could confirm this.
Thanks.