Is there a vb 6.0 coding to send text messages to cellular telephone? I know this can be done, but how would one go about coding this process in vb 6..0
Easiest way is to have your cell phone provider assign an e-mail address to your sms and then send an e-mail to [cell number]@vodafone.net or whatever your provider format.
[navy]"We had to turn off that service to comply with the CDA Bill."[/navy]
- The Bastard Operator From Hell
AT commands originated with Hayes Microcomputer Products, and are a way of sending commands to a modem inline with other transmission data. The original set of commands has been extended over the years, and one area they cover is SMS
So in essence all you need to do is send data to the COM port that the modem is attached to.
And that's it.
Here's a list of AT command related to SMS:
SMS text mode Command Description
AT+CSMS Select message service
AT+CPMS Preferred message storage
AT+CMGF Message format
AT+CSCA Service centre address
AT+CSMP Set text mode parameters
AT+CSDH Show text mode parameters
AT+CSCB Select cell broadcast message types
AT+CSAS Save settings
AT+CRES Restore settings
AT+CNMI New message indications to TE
AT+CMGL List messages
AT+CMGR Read message
AT+CMGS Send message
AT+CMSS Send message from storage
AT+CMGW Write message to memory
AT+CMGD Delete message
SMS PDU ode Command Description
AT+CMGL List Messages
AT+CMGR Read message
AT+CMGS Send message
AT+CMGW Write message to memory
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.