Hello everyone,
I'm trying to use the SN65HVD1781 transceiver to communicate between my microcontroller (Teensy 3.5) and a boat throttle with a RS485 interface. I'm trying to send a command to the throttle asking for some information. This command is composed of 5bytes which are correct at the microcontroller output (see second image), but I'm getting both RS485 signals (A and B) equal and not differential (see first image).
I've followed the guidelines in the datasheet, powering the transceiver with 3v3 and having the RE and DE connected to a single pin in the microcontroller, which correctly activates the transmission with a high logic signal. I have the throttle common ground connected with microcontroller. I have also the termination resistor (120ohms) and I've also tried biasing resistors in the RS485 lines with no luck.
Please give me some ideas on why I'm having both RS485 signals equal. I've tried with a USB transceiver pen which worked, but I really need to use the microcontroller.
Thanks in advance.