Hi, I need a little help with getting gprs to work on my GM862. I try the following, most of which is in RSTerm (which I am using to connect to my device):
AT
OK
AT+CPIN?
+CPIN: SIM PIN
OK
AT+CPIN=xxxx
OK
Ok now I am on o2 uk network, for which RSTerm does not have settings, so I search the internet and found the follwing:
I tried what you said but it still did the same thing. I know that when successful a response of NO CARRIER also gets returned, but when I put in my own web server and log visits I dont get any, so I know it is not working.
I dont think you need the full host name in the request header, the / is the path to the file you want but if it is just / then the index is returned. Also for http1.1 it is required that you send host: in the header, but not in http1.0
It is strange and I have almost given up on this. Waste of £170.
You may be talking to a proxy or something. My cell provider has one APN that only lets you talk to their WAP gateway and one APN that gives you general internet access.
Do you have a machine somewhere that’s not behind a firewall or NAT, that you can run tcpdump (or ethereal or whatever) on? Then you could try to connect to it from the module and see if any actual traffic is reaching the destination machine.
Are you remembering to send the blank line after the request headers?