Thank All
I sent all this AT comands to modem wia terminal and response was ok for all of them. including
AT+CFUN=1
AT+CGDCONT?
it is not enough for registering APN name. May be I need to send to the modem Like this
AT+CGDCONT=1,"IP","orange.m2m";ATD*99***1#. But I think if it is need i sould write in data logger where reported provider IP address. Am I right or not?
AT
AT&F
AT+IPR=115200;&W
AT+WOPEN=0
ATE1
ATX0
ATS0=1
AT&D2
AT+CICB=0
AT+IFC=0,0
AT+WIND=0
AT+WRST=0
AT&W
AT+CFUN=1
AT+CGDCONT?
AT&V
Q:0 V:1 S0:001 S2:043 S3:013 S4:010 S5:008
+CR:0 +CRC:0 +CMEE:0 +CBST:0,0,1
+SPEAKER:0 +ECHO:0,1 &C:1 &D:2 %C:0
+IPR:9600 +ICF:3,4 +IFC:0,0
OK
AT+CRC=1
AT+CMEE=1
AT+SPEAKER=1
AT&W
AT&V
Q:0 V:1 S0:001 S2:043 S3:013 S4:010 S5:008
+CR:0 +CRC:1 +CMEE:1 +CBST:0,0,1
+SPEAKER:1 +ECHO:0,1 &C:1 &D:2 %C:0
+IPR:9600 +ICF:3,4 +IFC:0,0
OK
Can you help me to solve this problem.
best regards
The command you need to enter is the one you listed above:
AT+CGDCONT=1,"IP","orange.m2m"
Some modems need the SIM command to be in the modem when issuing this. Issue it along with the other AT commands after the AT&F
We used to state you could put this in the dial string as you showed but some modems object to this command being issued repeatedly.