Send SMS using GSM modem from your computer. This Example shows you to use AT command to handle the GSM modem.
Try this to send SMS using this example.
1- Insert a form in VB project
2- Insert textbox (txtMsg,txtDestinationNumber)
3- Insert command button (Command1)
4- Insert a MSComm1
5- Connect your mobile phone in computer with datacable
Private Sub Command1_Click()
Call SENDSMS
End [...]
Filed under: Send SMS using AT command | Tagged: 1, 8, AT command, AT command to send sms, AT Commands, AT+CMGF=1, AT+CMGR, GSM modem, How to send SMS using AT commands, MSComm1, MSComm1.PortOpen = True, MSComm1.Settings = "9600, N, send SMS, SMS from GSM modem, Use MScomm library, VB code to send sms, VB Tricks and Tips, VB6 code to send sms, Visual basic code to send sms, Visual Basic Tips, Visual Basic Tricks | 6 Comments »









