Hi,
Tried that but still not managed to have any luck. I still get no carrier errors.
Windows must be doing something at it not an AT command..
I am programming on .NET 3.5 and managed to find this http://dotras.codeplex.com
It allows the creation of a Dial up and allows dialing automatically using RAS in Windows, so I have abandoned the AT commands in favour of this.
Thanks for the help though.
Main Topics
Browse All Topics





by: manolofuentesPosted on 2009-07-22 at 21:13:34ID: 24921752
This command is just the definition of the PDP context, you still need to attach the GPRS modem if it does not attach by itself and then activate the PDP context t"'
so try this sequeance, assuming internet is avalid APN for the SIM card you are using, meaning you paid your GPRS data service.
AT+CGDCONT=1,"ip","interne
AT+CGATT=1
AT+CGACT=1