We want to use LPC1765 UART1 as RS485 interface and let the HW manage the TX/RX enable line
When we connect it to a PC via RS485-USB interface, using PC terminal we can transmit and recive and its working fine.
When we try to connect it to another device, the other device does not recognize our communication, even though the data is received.
We changed the interface from RS485 UART to simple UART + GPIO for TX/RX enable line and it works ok.
Any idea what can be the cause?
We see timing differences between the 2 communications configurations but since it is working with the PC with both of them, it seems that HW or configuration is not an issue.
Thanks