Hi,

Stuck on this problem for many days now.

Using the core of the rasdial sample, we can dial our GPRS through the
following RAS states:

RASCS_OpenPort
RASCS_PortOpened
RASCS_DeviceConnected
RASCS_AllDevicesConnected
RASCS_Authenticate
RASCS_Authenticated

but then everything locks up. (including Telnet, FTP, Remote Desktop)

Same result when trying with the AutoDial.exe sample program.

Any ideas on what to try next?

Thanks

Andrew

Re: GPRS/RAS connection by suyoul

suyoul
Tue Jul 06 09:46:53 CDT 2004

Hi.
I don't know well about ras connection.
after RASCS_Authenticated, you have to RASCS_Connected event.
But, you didn't, maybe some error occured.
using event receive function, you can check what error occured.
this is the msdn about ras error code.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdkr/html/_sdk_RAS_Error_Values.asp



"Andrew McGrath" <andrew.mcgrath@mcsoft.com.au> wrote in message
news:ecC8KwEXEHA.2816@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> Stuck on this problem for many days now.
>
> Using the core of the rasdial sample, we can dial our GPRS through the
> following RAS states:
>
> RASCS_OpenPort
> RASCS_PortOpened
> RASCS_DeviceConnected
> RASCS_AllDevicesConnected
> RASCS_Authenticate
> RASCS_Authenticated
>
> but then everything locks up. (including Telnet, FTP, Remote Desktop)
>
> Same result when trying with the AutoDial.exe sample program.
>
> Any ideas on what to try next?
>
> Thanks
>
> Andrew
>
>