GPRS with IntelliProg's RAS component for .NET CF

  • Thread starter Thread starter Tihomir Ignatov
  • Start date Start date
T

Tihomir Ignatov

I have a question about RAS component of IntelliProg for .NET CF
http://www.intelliprog.com/netcf/ras.html !
I'm using Windows CE .NET 4.2 device, with connected GSM/GPRS modem, via
serial port! I want to establish a GPRS connection and can I use this
component for this?!? If "Yes", how can I add the access point of my
network provider to settings of RAS component.


Tihomir Ignatov
 
I am not familiar with the specific component you mention (I rolled my own
some time ago) but you can connect to the provider access point using the
connection string and the initialisation string.

For example, UK Vodafone settings are ...
Init +cgdcont=1,"ip","internet"
Dial *99***1#

Hope this helps.
 
Back
Top