Reputation: 29
I am creating a small VB project and I want to send some information through SMS. I tried to find solutions in here many threads but can get one.
I am using Huawei E1731 3G USB modem, which is capable of sending and receiving sms through its official software. How can i use the modem to send a fixed message to particular number by getting the number from text box in a form?
Upvotes: 2
Views: 9224
Reputation: 621
Hopefully you are using VB.NET and not VB6.
Here is a solution in C#.NET which you should easily be able to convert to VB.NET : http://sharp-coders.blogspot.in/2011/12/send-sms-using-at-commands-via-gms.html
Upvotes: 1