After CONNECT you get PPP frame, and you should communicate using PPP protocol after getting CONNECT. I am looking for C# class to handle PPP, does anyone know where to find?
the windows DDK (now WDK) is always a good source for driver programming. you can get a copy via MSDN (subscriber) or via http://connect.microsoft.com
Don't try it, just do it! ;-)