It appears that this cellular module is built to a gadgeteer interface.
We prefer to use the GHI cellular stack, because the support here is clearly great, and the GHI cellular board has tcpip built in (as opposed to the arduino community tcp stacks).
The questions are:
Is this match up even doable / worth considering?
Is there a tutorial / write up somewhere on how to use gadgeteer devices from panda / netduino / arduino?
Will using this from a Panda (versus a Fez) impose significant extra coding work on me?
I’m currently working with GPRS Shield Joe mentioned and it works very well with Panda II, the one little issue is about POWER ON button that has to be pressed prior GSM module to start. I have done hack to connect button to make switch permanently ON, so far it works without any issue. When I power on Panda II, GSM module will come up and is ready for operation.
I’am trying to get the Seeed gsm module to work with my FEZ panda II (http://www.seeedstudio.com/depot/gprs-shield-p-779.html?cPath=132_134) but I cannot figure out how to connect this board to my panda. Default the Seeed shield has COM1 on Di7 and Di8. But on the Panda board the COM1 is Di0 and Di1. How to solve this?