dial up - How to get a TCP socket with CSD data call bearer on Windows Mobile 5.0? -
I am writing a mobile application that must connect to a server using a dial-up (CSD) connection. An additional request is that it needs to use TCP (the server is using this kind of combination) on PPP.
I know how to use the RAS API for the CSD connection. But how can I find out how to get a TCP socket that "uses" under this connection?
Many thanks in advance.
Can you set up connections in settings? Choose the connection settings applet, and modem instead of gprs / cellular / bluetooth, then use the connection manager to initiate that connection. This will make a TCP / IP connection on CSD, and you should be able to open the correct socket in the correct code ...
Comments
Post a Comment