Darek Chorazewicz
Junior Member Username: Daro
Post Number: 73 Registered: 03-2004
| | Posted on Thursday, October 25, 2007 - 09:51 pm: | |
Hallo. I would like to open a web page thru grps connection but it should be done using the at commands. I know how to make a gors connection but have to blady idea how to open a web page..... # Set PDP context CID=1, protocol=IP, APN=internet: # AT+CGDCONT=1,"IP","internet","",0,0 # # Set CID=1 QoS requirements from the network, not supported by Nokia: # AT+CGQREQ=1,0,0,0,0,0 # # Set CID=1 minimum acceptable QoS parameters, not supported by Nokia: # AT+CGQMIN=1,0,0,0,0,0 # # 'Call' CID=1 (activate PDP context one, perform GPRS attach): # ATD*99***1# # # Some phones like the Orange SPV (yes, the Microsoft Smartphone) use this # dial string to start GPRS connection: # ATD*99#
|