Chamberlain/Liftmaster garage door openers have a button which is connected to the opener with two wires. One wire is ground, the other 9600 baud serial UART data with 12v logic. This line also powers the button circuit.
I am working on a project to be able to open and close the door (and turn the light on/off) with an ESP8266. I'm able to read the serial data using a voltage divider per this diagram.
The question is how do I build a circuit to connect the TX line so that I can also also transmit data to the same wire?
Or is there another approach I should be taking?