Something is strange then, because when you are using the device in the OPEN mode (if you truly are), then there is no way it will work without a resistor connected to the wire between the PICs and to Vcc. Note that the OPEN mode only makes sense on the SEND side (SEROUT).
That is, if you have PICs #1 and #2 both sending data to PIC #3, then Pic #1 and #2 should be in the OPEN mode. PIC #3 does not have to be in the OPEN mode to receive the data (but all devices must be either TRUE or INVERTED), and you must have a pull-up on the wire that connects the output of PIC#1, PIC#2 and the input of PIC#3.
Bookmarks