Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to send and read SMS from mobile attached to PC

I am building a Windows Desktop software that will respond to SMS request and sending a SMS as reply automatically.

The software is ready and working just fine but it works only and only with Nokia Mobiles and the prerequisite is that Nokia's PC Suit has to be installed first before my app can work.

But now my customer wants to change his mobile so he wants me to change programming so that it works with any mobile.

I am at loss as to how to do this?

Can someone please help me here. I am ready to recode the whole app if required.

My preferred platforms are Delphi, VB.NET and VB6.

like image 243
Yogi Yang 007 Avatar asked Nov 20 '10 04:11

Yogi Yang 007


People also ask

How can I read and send text messages from my computer?

On your PC, in the Phone Link app, select Messages. To start a new conversation, select New message. Enter the name or phone number of a contact. Select the person you want to send a message to.

Can I send phone text messages from my computer?

Yes, there are many ways to send a text message from the computer including through email, iMessage, Android Messages, using a wireless carrier's website, using a free SMS website, online texting platforms, Google Voice, and from a streamlined VoIP solution like OpenPhone.

Can I connect my phone to my computer to text?

Microsoft's Your Phone app allows you to sync text messages, phone calls, notifications, and more through your PC. Syncing text messages lets you keep your smartphone in your pocket and use your PC's keyboard to send text messages.


1 Answers

There are extended AT commands that you can send to your phone's virtual serial interface that tend to work well on many phones. See this for more info: http://www.developershome.com/sms/howToSendSMSFromPC.asp

Now all you need to do is find serial drivers for the supported phones. This used to be really simple, but is harder these days. Bottom line is, it is probably your best option.

like image 95
Brad Avatar answered Oct 08 '22 01:10

Brad