Hi,
I have a question on this part in specific and RS-485 in general. My application is half-duplex, multi-drop. Typically, the bus will have all receivers. Then a master will turn on its transmitter, send a message, then go back to receive. One of the slaves will see its address, switch from receive to transmit, send a response, then go back to receive.
On the slave side, I'm disabling the transmitter then enabling the receiver. This glitches the bus causing a start bit in all of the other receivers. Is there a different sequence or something else which would eliminate the glitch and the false data byte? For example, should I turn on my receiver, delay, then turn off my transmitter? Is the glitch due to there being no transmitters enabled?
Thanks,
Dave