How to receiving an incoming SMS message? in C#
-
I am using AT Command "AT+CNMI=2,3,2,1,0" to There is a event handler named 'DataReceived' of SerialPort object. But I don't know what will be the parameter and how to handle the parameter to receive the message. Could you please send a sample 'DataReceived' function?
-
I am using AT Command "AT+CNMI=2,3,2,1,0" to There is a event handler named 'DataReceived' of SerialPort object. But I don't know what will be the parameter and how to handle the parameter to receive the message. Could you please send a sample 'DataReceived' function?
You want to recieve an SMS message from where ? How is your phone connected to a mobile phone number, is it attached to a phone ?
Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.
-
You want to recieve an SMS message from where ? How is your phone connected to a mobile phone number, is it attached to a phone ?
Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.
My mobile is connected to my PC by a data cable. I want to get mobile incoming message to my PC.I just want an example of DataReceived event handler of SerialPort object.
-
My mobile is connected to my PC by a data cable. I want to get mobile incoming message to my PC.I just want an example of DataReceived event handler of SerialPort object.
-
I am using AT Command "AT+CNMI=2,3,2,1,0" to There is a event handler named 'DataReceived' of SerialPort object. But I don't know what will be the parameter and how to handle the parameter to receive the message. Could you please send a sample 'DataReceived' function?
I have already answered you here: http://www.codeproject.com/Messages/3062193/Re-How-to-receiving-an-incoming-SMS-message-in-Csharp.aspx[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion