Need Help For Reading and Sending SMS Through SonyEricsson Mobile Using C# Language
-
Hi Everybody There! I need help regarding Reading & Sending SMS Through SonyEricsson Mobile Modem.. I did alot of research and found some helpfull topics on the Net but still i am missing the .How actually C# Application Do Communicate with The GSM modem.. I will be thankful for any body who helps me out in this problem Regards A.Q.Ghouri
-
Hi Everybody There! I need help regarding Reading & Sending SMS Through SonyEricsson Mobile Modem.. I did alot of research and found some helpfull topics on the Net but still i am missing the .How actually C# Application Do Communicate with The GSM modem.. I will be thankful for any body who helps me out in this problem Regards A.Q.Ghouri
search for serial port communication in Google -------------- Before Writing A C# Application U have to know about the Properties of your Modem like Buad Rate, parity,Flow control.., and also know about the AT commands. Write Your Application Using Serial Port Class Thanks
Rajesh B --> A Poor Workman Blames His Tools <--
-
Hi Everybody There! I need help regarding Reading & Sending SMS Through SonyEricsson Mobile Modem.. I did alot of research and found some helpfull topics on the Net but still i am missing the .How actually C# Application Do Communicate with The GSM modem.. I will be thankful for any body who helps me out in this problem Regards A.Q.Ghouri
Here you are: Sending short messages (SMS) via GSM mobile phones[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
search for serial port communication in Google -------------- Before Writing A C# Application U have to know about the Properties of your Modem like Buad Rate, parity,Flow control.., and also know about the AT commands. Write Your Application Using Serial Port Class Thanks
Rajesh B --> A Poor Workman Blames His Tools <--
thanks buddy for letting me know that how to do that.. i have all the stuff but now i have to focus on how to deal with it.. infact i have 2 problems.. some gsm does not support Text mode,and some do so i have to make a flexible app which will delt both of them..
-
Here you are: Sending short messages (SMS) via GSM mobile phones[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
Thanks alot buddy really help full.....