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):
Quote:
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:
Quote:
Homepage: http://wap.o2.co.uk/
APN address (contract): wap.o2.co.uk
APN address (PAYG): payandgo.o2.co.uk
Gateway (IP) address : 193.113.200.195
Username : o2wap (contract) / payandgo (PAYG)
Password: password
Session type: Continuous / permanent
HTTP Proxy: 193.113.200.195
Port number: 8080
Authentication: Normal
So this is what I try next on my device:
Quote:
AT+CGDCONT=1,“IP”,“payandgo.o2.co.uk”
OK
AT#USERID=payandgo
OK
AT#PASSW=password
OK
AT#GPRS=1
+IP: 10.213.211.37
OK
AT#SKTD=0,80,“www.google.com”
CONNECT
At this point, RSTerm contains a box with the GET request for the index page:
GET / HTTP/1.0
Connection: keep-alive
I click the ‘Send request to HTTP server’ and after a few seconds I receive:
NO CARRIER
Please can someone help as I really want to get this working and it seems like I am at the last step before failing