I want to use 56K modem for getting telephone number of who calls the home phone. Is there a way to achieve this with C# ?
serialPort1.Open(); serialPort1.WriteLine("AT#cid=1" + System.Environment.NewLine); // where serialPort1 is the serial control for more detail see following link : http://www.itworld2.com/frmsCsharp.aspx