Link to home
Start Free TrialLog in
Avatar of akillian65
akillian65

asked on

How to open and close PDP Context ?

Hi,

I would do the following :

1) Launch a timer
2) Open a PDP context
3) Make a series of requests
4) Close the PDP context
5) Stop the timer...

1, 3, 5 doesnt make any problem...
But for 2 and 4... i dont know how to do it... ?

I'm working with Delphi... connecting to the GPRS modem through AT command...
But i dont know how to manage this PDP context... :(

Any idea ???

Regards.
ASKER CERTIFIED SOLUTION
Avatar of arvep
arvep

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of robvon
robvon

AT+CGACT=<cid>,<state>

is probably back to front but works above as both values=1.

Should be:
AT+CGACT=<state>,<cid>