I use these following at+commands in vb.net to send sms
AT+CMGF=1
AT+CMGS="PHONE NUMBER"
>HELLO WORLD
How am I going to determine if it really send or it fails to send? I want to know the real time status of my message
I'm expecting like say for example. I hit send, there will be a messagebox showing "Sending" then after a couple of seconds, it will change into "Message Sent" or "Sending Failed"