Er Mayank
Er Mayank

Reputation: 1073

How to make windows program to send sms via android mobile?

I have to make a .net Windows application through which i can send sms through An android mobile connected via Usb. Is there any code or api similar to send sms Like AT Commands in Nokia Mobile. I have to send texts through phone. i.e. phone must be connected via usb while sending message.

Upvotes: 0

Views: 1488

Answers (1)

bensonsearch
bensonsearch

Reputation: 312

well how long is a piece of string? There are many ways to do this, personally my approach would be to use TCP on VB.Net and make an android app that uses TCP as well. The VB.Net side can then push data to the android phone via the app and the app can send the sms, you could also send any incoming sms to the VB.Net app as well this way and as a bonus, you wouldnt need a cable if they are both connected to the same network (or both have external IP address's, like your home internet and the android had a 3G sim card).

Upvotes: 0

Related Questions