Hi,
I have a design in which I parallel 8 SN65HVD82 RS485 channels as a multiplexer.
All ~RE (receive enable) and DE (drive enable) lines are shorted together, and all driven at the same time from a single signal for half-duplex operation. D (driver data) lines are also all connected together and driven as one.
The R (receive data) lines are all passed through AND gates such that if any 1 channel goes low, the total AND gate goes low and the Microcontroller sees the incoming data.
Relevant schematic snippets shown below.
My problem is that each transceiver is individually fused, and when one fuse pops and de-powers the transceiver, that transceivers receive line is pulled low which propagates through the AND gates, disabling reception of data from any of the other 8 channels.
My questions are:
a) Are there any transceivers with open-drain R (receive) lines / don't assert the R line while powered-off?
b) For this transceiver, when it is powered-off does the ~RE still control the output of the R line?