Hello,
I have some Problems with the Cellular Radio Module connectet to my Spider. It seems that the Module does not even start up correctly.
The Cellular Radio is connectet to Port 4 and in the Project I have only added
cellularRadio.DebugPrintEnabled = true;
CellularRadio.PowerOn(50);
to test the module.
Debugging leads to:
[quote]Der Thread ‘’ (0x2) hat mit Code 0 (0x0) geendet.
Using mainboard GHIElectronics-FEZSpider version 1.0
Program Started
CellularRadio : Turning ON
CellularRadio : Turning module on
CellularRadio : <
RDY
CellularRadio : <
+CREG: 2
+CREG: 0
+CGREG: 0
+CFUN: 1
+CPIN: SIM PIN
CellularRadio : SENT: AT
CellularRadio : <AT
OK
CellularRadio : SENT: AT+CMGF=1
CellularRadio : <AT+CMGF=1
OK
CellularRadio : SENT: AT+CSDH=0
CellularRadio : SENT: AT+CPBS=“SM”
CellularRadio : <AT+CSDH=0
ERROR
AT+CPBS=“SM”
ERROR
CellularRadio : SENT: AT+CPMS=“SM”
CellularRadio : SENT: AT+CNMI=2,1,0,1,0
CellularRadio : <AT+CPMS=“SM”
ERROR
AT+CNMI=2,1,0,1,0
ERROR
CellularRadio : SENT: AT+COLP=1
CellularRadio : SENT: AT+CGREG=1
CellularRadio : <AT+COLP=1
ERROR
AT+CGREG=1
OK
CellularRadio : SENT: AT+CREG=1
Der Thread ‘’ (0x4) hat mit Code 0 (0x0) geendet.
CellularRadio : <AT+CREG=1
OK
[/quote]
I hope you could help me with this Problem, if you are missing some Information feel free to ask!
Yedra