receive and send sms

J

Thread Starter

Jay614

Can anyone help in my problem of receiving and sending sms from mobile phone to pc using nokia sdk 3.0. I have created a code in receiving sms but it has an error "object required" I don't know the proper syntax of it. Can anyone help me? by the my mobile is nokia 7210. I really need it cause its an additional feature to my project.

thank you!!pls. reply!!

or send me an email, my email address is [email protected]

 
Hi, I am assuming that you are trying to use an activex component or DLL call etc. to a module that has not been installed. It is possible to send/receive sms on most mobiles by connecting via a virtual com port (providing you have connected via usb) and just use the AT command set with VB, VBA, Vbscript etc. Although you will have to access the com port using something like MSCOMM32.OCX.

Kevin
 
Top