Hello all,
I want to send SMS over serial port to a GSM modem.I use the MSComm32.ocx ole control with AT Commands.
To send an sms I write
ole_1.object.Output = "at+cmgs=" +"phonenumber"+char(13)
then after the modem has replied i send
ole_1.object.output = "some message"+char(26)
Here comes the...
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.