How to get SMS notification from mobile connected to a PC by data cable?
-
I want to automate my mobile (Samsung SGH-X660)connected to my PC by a data cable. I want to get the sms to my PC that my mobile receive. How it is possible?
-
I want to automate my mobile (Samsung SGH-X660)connected to my PC by a data cable. I want to get the sms to my PC that my mobile receive. How it is possible?
Here you go: SMS libraries (for GSM phones)[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
I want to automate my mobile (Samsung SGH-X660)connected to my PC by a data cable. I want to get the sms to my PC that my mobile receive. How it is possible?
-
Here you go: SMS libraries (for GSM phones)[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
Thank you vary much for your help. I am trying to read sms from the mobile. The content is in hex format (It may be in PDU fromat) How can I get original message. I have used following AT commands 1: "AT" 2: "AT+CMGF=0" // 1 for text mode but it doesn't work 3: "AT+CSCS=\"8859-1\" 4: "AT+CPMS=\"SM\"" 5: "AT+CMGL=4"