I have an ESP32 connected to a RS422 module to read data from a device. I would like to transmit RS422 data to a different device. I assume I shouldn't have an issue if one device is connected to the TX pins and another completely different device is connected to RX, correct?
TLDR: The first device is a Marine VHF, which transmits GPS coordinates in NMEA0183 on the first RS422 line. The ESP32 does some processing, converts NMEA0183 to N2K, and forwards to a CAN/N2K bus. I also want to forward the NMEA0183 data to an autopilot using the TX "side" of the RS422 module. Since one device only transmits and the other only receives, I'm hoping I can use a single module, not two.