Re: Send, receive SMS through GSM Modem using visual basic 6.0
HI,
I am trying to develop a prog same as urs....... but its only to send the sms........ I will use niokia phone....
I saw ur SMS prog and u have used MSComm can u give ne tutorial based on MSCOMM control........ and how can i use it to send sms......
Please i need ur help urgently
Also my prog send an email through internet.... Can u temme how to do it... or atleast gimme a link to a code...
1 Attachment(s)
Re: Send, receive SMS through GSM Modem using visual basic 6.0
I'm sure, if you search this forum for both issues (MSCOMM and sending email) you will find lots of references.
But to get you going, I've attached a little MSComm Testprogram which might work as a tutorial. It was made for demo purposes and to test serial ports. You can run it on 2 computers and link them up by their com ports. It shows basic setup and basic communication routines for rs232. I think you can also run tqo instances on one computer, if it has 2 com ports (com1 and com2). You have to link com ports with a null-modem cable, that is a 3 wire line where Rxd on one side is connected to TxD on the other and vice versa. (Look it up in the web).
For sending emails you could use some freeware email control. Best search in the internet. Try search for SMTP.ocx. It is an easy to use VB control to send and receive emails.
Re: Send, receive SMS through GSM Modem using visual basic 6.0
Hello there,
I have been working on project in wich I have to send and receive sms. I've done sending sms with VBS using MScomm control, but I am not sure how to do receiving. If you have any VBS code it would be very helpful to me.
Thanks
Re: Send, receive SMS through GSM Modem using visual basic 6.0
Hello Guys,
I am new to the SMS world. I want to sent sms and read sms from mobile phone. can u pls provide me vb6 code or application to connect mobile phone send and received sms.
Thanks in advance.