I tried to check whether GPRS is attached (command AT+CGATT?) and in the case the response is +CGATT: 0 I send a command AT+CGATT=1 which sometimes failes with response
+CME ERROR: operation not allowed
After I retry this commands few times it usually works with expected result +CGATT: 1
Firmware version I am using is 7.02.606
What might be wrong?
Hi Roman, please check first SIM/PIN status (+CPIN), registration (+CREG), signal (#SERVINFO). Verify if GPRS attach is automatic or not (#AUTOATT), if yes your command might interfere with auto attachment.
Thanks
the command #AUTOATT seems to be the one (it was set to 1 by default).
I have now some other problem, after the modem succesfully receive an IP address
I try to make connection to local web server using command AT#SKTD.
This sometimes works (reply CONNECT) but occasionaly i get only ‘r’ character and nothing more.
Some update:
I have tried the same application with two different modems (altough both with the same firmware 7.02.606) and this problem is only on one of them, so maybe its a defective one..
Maybe there are some different settings between them? Have them "factory reset" with a fresh firmware reload and re-test.
Hi,
I have the problem solved now, but maybe in the future it will help someone else, so the problem was in our HW design, where we have left the RTS signal floating, which in data mode (after CONNECT) caused blocking behaviour sometimes (HW flow is enabled by default)
So grounding this signal or issuing AT&K0 should help (it did in my case anyway).
Thanks Roman, good to know you solve it; Hardware User Guide specify RTS has no pull-up resistor and cannot be left floating.
We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
Hi,
I tried to check whether GPRS is attached (command AT+CGATT?) and in the case the response is +CGATT: 0 I send a command AT+CGATT=1 which sometimes failes with response
+CME ERROR: operation not allowed
After I retry this commands few times it usually works with expected result +CGATT: 1
Firmware version I am using is 7.02.606
What might be wrong?
Hi Roman, please check first SIM/PIN status (+CPIN), registration (+CREG), signal (#SERVINFO). Verify if GPRS attach is automatic or not (#AUTOATT), if yes your command might interfere with auto attachment.
Thanks
the command #AUTOATT seems to be the one (it was set to 1 by default).
I have now some other problem, after the modem succesfully receive an IP address
I try to make connection to local web server using command AT#SKTD.
This sometimes works (reply CONNECT) but occasionaly i get only ‘r’ character and nothing more.
Some update:
I have tried the same application with two different modems (altough both with the same firmware 7.02.606) and this problem is only on one of them, so maybe its a defective one..
Maybe there are some different settings between them? Have them "factory reset" with a fresh firmware reload and re-test.
Hi,
I have the problem solved now, but maybe in the future it will help someone else, so the problem was in our HW design, where we have left the RTS signal floating, which in data mode (after CONNECT) caused blocking behaviour sometimes (HW flow is enabled by default)
So grounding this signal or issuing AT&K0 should help (it did in my case anyway).
Thanks Roman, good to know you solve it; Hardware User Guide specify RTS has no pull-up resistor and cannot be left floating.