Example location

Hello,

in the last changelog you note :
• Fixed PPP connection through direct serial cable with Windows XP and Vista PCs. Example code is provided.

but where is this example ? I search in forum, in code.tinyclr.com, in wiki.tinyclr.com and in my local disk.

Thanks.

The example is is available inline in the same PPP example code provided in the library documentation. But check the documentation installed with the SDK. The documentation files on the website are not updated with new SDK’s.

It is pretty simple, instead of sending AT commands that you used to send to the modem. You need to send the keyword “CLIENT” and Windows will reply “SERVER”. After this point it is 100% PPP communication.
But of course you need to set the PC to receive connections through serial port:
http://support.microsoft.com/kb/305621