Can GPRS modem interface with 68HC11 using C++?
I am doing a remote controlling to external devices.
What I intend to do is that, I want the GPRS modem to communicate with the 68HC11 microcontroller to help me control devices. Eg. I will SMS "X device" to the GPRS modem, once the GRPS receive the information then it will activate the 68HC11 to control X device. Then if I were to SMS "Y device", the chip will be able to control Y device. I wonder is it possible to be done?

