Unless the two receivers are optically isolated so that neither can see the signal intended for the other, both will see all signals.
The first one in your code will process the signal, blocking all of the code statements for the other one.
If you follow Bruce's suggestion, the one that wasn't working will start working but the other will stop working.
Bookmarks