LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Send SMS using an ordinary Mobile Phone

Solved!
Go to solution

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.

0 Kudos
Message 1 of 29
(7,631 Views)

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

 

 

Sivaraj M.S
CLA
Message 2 of 29
(7,601 Views)

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

0 Kudos
Message 3 of 29
(7,578 Views)

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.

Sivaraj M.S
CLA
Message 4 of 29
(7,564 Views)

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

0 Kudos
Message 5 of 29
(7,551 Views)

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 WelcomeSmiley Wink)

Message 6 of 29
(7,546 Views)

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

0 Kudos
Message 7 of 29
(7,522 Views)

 


@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.

Drew T.
Camber Ridge, LLC.
Message 8 of 29
(7,505 Views)

I have got Nokia C1 01 for this purpose. Lets see if get success in it.

0 Kudos
Message 9 of 29
(7,487 Views)

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

Sivaraj M.S
CLA
0 Kudos
Message 10 of 29
(7,482 Views)