I'm still haven't bought the transceiver modules yet. Hopefully this April I'll be ordering them. I'll try to compare prices and shipping costs among different suppliers.I haven't downloaded the library I found but it seems like it will solve my problem. There's an adruino library for the rfm12b. Based on the description of the library, the transmitter will "probe" the airwaves first to see if there's an existing packet being sent. If none, then it will try and send one.I think there's also some collision detection routines built into the library (probably ack packets) so hopefully, the library will handle all that nitty gritty things and make sure that what I send will be received by the receiver no matter what. I'll just have to use it.That means either I'll have to shift to arduino or port the library to be able to use it with PIC. Or hopefully I'll find a pic library for that.