So for example I have 2 Zigbees. Zigbee A is connected to a PIC with a sensor (eg. lm35) and will transmit data to Zigbee B, which is connected directly to a PC, when the temperature is higher than a certain level. On the other end, a GSM module is also connected to the PC, which will send a text message to the user when data comes in from Zigbee B.
I think I'd probably have to design a platform to transfer what Zigbee B receive to the GSM module and vice versa. I also found out about JAVA communication API, which is used to access COM ports in Windows. But the thing is, I'm not quite sure how do I go about searching for information, much less doing it, cause this is kinda new to me.
So my question is: What are the keywords to search for information regarding this matter? And can anyone provide some sites where I can refer to regarding this?
Thanks, and sorry about the long post.