Hello
Actually i am doing a computer program in C# to send and receive SMS through gsm mode(serial port)
i am using the below code
port = new SerialPort(cmbport.Text, 115200, Parity.None, 8, StopBits.One);
port.Open();
port.WriteLine("AT\r");
after opening the port the program is halt, it does not execute the api
writeline
if any body have idea please suggest me
waiting your reply
thanks
sadaba lam
Loading
VulpesPosted Mar 21, 2012, 1:06 PM
http://www.codeproject.com/Articles/38705/Send-and-Read-SMS-through-a-GSM-Modem-using-AT-Com
mamta rupareliyaPosted Mar 21, 2012, 8:47 AM
Sam HobbsPosted Jan 2, 2012, 12:00 PM
VulpesPosted Jan 2, 2012, 6:26 AM