Hi,i have the same question of you.Do you resolve your question.If you had rsolved the problem.please send me your code and sis file.thankyou very much.
Socket example problem on real N7650
2002-11-08, 11:56#2
I've tried to connect a webserver with the socket example
in series60 SDK (EchoClientEngine) on a real 7650 phone.
At launch, the application ask me the access point and after
select it, try to connect in gprs on my webserver.
The problem is that for any ip, the Connect() function return a Timeout (-33).
However, this access point works perfectly in the wap broswer
of the phone with these same ip.
Why this access point doesn't work with this example ?
(did i miss something about gateway or other ?)
Are there differents kind of access point ?
RE: Socket example problem on real N7650
2002-11-15, 06:30#3
It is just because that the Sockets example is not a WAP nor WEB application that can make a session with a WAP or a WEB server. You can try to connect the Sockets with e.g. www.google.com and the port value is 80 and see what happens.