Ok - So the transmitter will always Tx twice, on a button press to ground, then open contacts (if using a button). Or a transition from HIGH to LOW to High if using a pic GPIO pin to cause a Tx, correct?
From the data sheet:
'When configured as transmitter: Pins 3, 4, 7, 8, 9, 11, 12, 13 Inputs are internally pulled high, active low'
So no pullup needed. How about if I set a TRIS bit to INPUT, corresponding GPIO pin left open but GPIO pin connected to Tx pin 3 say which is internally pulled HIGH, active low. Then when I want to TX, switch the TRIS bit to OUTPUT and pull the corresponding GPIO pin LOW then switch the TRIS bit to INPUT again mimicking a button press.
Barking mad or genius?




Bookmarks