Send SMS from PC using VB.NET?

hai how to send sms with sender name instead of phone number using AT Command in vb.net 2005. it's possible give me an idea. thanks

0


a source to share


1 answer


Most AT commands for mobile phones are listed at 27.007 , however commands related to SMS are listed at 27.005 . I don't remember if the sms command supports the name as input, but you can use AT + CPBF to find the number in at least a two-step solution.



+3


a source







All Articles