04-09-2011 12:07 AM
Hello,
I want to create an application through which SMS could be send and Receive using Mobile Phone.
Here i want that the application would have only the work at the PC end. i.e. i dont have to do any installation in Mobile Phone.
Also the sms could be send using an ordionary low cost mobile that just have a USB port in it. And we dont have to purchase an specific product for this purpose.
Solved! Go to Solution.
04-11-2011 04:20 AM
Hi,
For your application lot of lower end mobiles are supporting, exmple Nokia 7210 will support your applicaion. Using of this mobile u can send and read the sms with help of AT Command sets.
Siva
04-12-2011 12:19 AM
Do you have an already build application that i can try with this mobile phone.
Tell me which additional softwares would i require in addition of the LabVIEW.
Thanks
04-12-2011 02:44 AM
Before communicating with your mobile device, follow the steps.
1. Connect mobile on your PC.
2. Install the driver. Most of the mobile will work on com port (USB to Serial). But the Nokia 7210 is working on Serial.
3. Select the com port on the HyperTerminal and send AT Command. you will get Ok response on HyperTerminal window.
For more details visit here.
_________________________________________________________
Tell me which additional softwares would i require in addition of the LabVIEW.
_________________________________________________________
LabVIEW and NI-VISA.
Make sure your device is respond for all commands.
Siva.
04-12-2011 04:21 AM
Thanks alot.
Pls guide me which type of mobile phone could do this task.
I have worked on serial VISA communication using labview. Do i have to use the mobile phone in the same method.
Also how the sms could be received in LabVIEW.
Thanks
04-12-2011 06:13 AM
Hi,
You can do this very easily using the VISA write and read example in the labview examples. The AT command for reading the message is at+cmgl="ALL"\n
Enter this in the VISA write and Run VISA read.. This will read the messages from any modem connected to the serial port.
Regards,
Nitz
(Kudos are always Welcome)
04-12-2011 10:56 PM
Thanks you all.
Kindly also guide me regarding the selection of a mobile phone. Could i do this with any USB mobile of NOKIA.
Thanks
04-13-2011 04:46 PM
@siva_usic wrote:
Hi,
For your application lot of lower end mobiles are supporting, exmple Nokia 7210 will support your applicaion. Using of this mobile u can send and read the sms with help of AT Command sets.
Siva
Intelligent,
Siva addressed this concern in the quoted post. He recommended the Nokia 7210. If you have an existing phone you would like to try, there is no harm in trying it. As Siva also pointed out, many low end phones are supporting this, so it would be worth a try.
Drew T.
04-15-2011 01:38 AM
I have got Nokia C1 01 for this purpose. Lets see if get success in it.
04-15-2011 01:49 AM
Intelligent,
Before communicating with your Nokia C1 01, install Nokia PC-suite. Because without PC suite u can't able to communicate with your mobile phone, some lower end models like Nokia 7210, 6610 and etc., with out PC suite you can communicate.
siva