10-26-2006 11:04 PM
10-27-2006 04:12 AM
In this forums, you will find lot of discussions on this topic.
You will need to have cellular/GSM modem.
If you connect this to your computer, you can send sms using LabVIEW
Here are the links that might help you
http://forums.ni.com/ni/board/message?board.id=170&message.id=142443&view=by_date_ascending&page=1
http://forums.ni.com/ni/board/message?board.id=170&message.id=92198&requireLogin=False
10-27-2006 07:59 AM
10-27-2006 09:52 PM
10-31-2006
11:35 AM
- last edited on
07-23-2025
04:43 PM
by
Content Cleaner
Hello Apple,
I am personally not familiar with the protocols used in pager communication but after some searching I was able to find this thread and the example program titled Sending a Numeric Page from LabVIEW Using a Modem. These seem to discuss exactly the functionality for which you are looking.
Happy Halloween!
Janell R | Applications Engineer
12-22-2010 09:33 AM
Altough this thread is no longer active, I ran into it in another forum pointing to this thread.
In the past I made an SMS sent function for an PCMCIA nokia modem. Sending an SMS is done using AT commands and should be the same for any modem? See the attached zip file, it contains a LV8.6 project with an example (vis\high level\Full SMS sent.vi) and some documentation (in the zip not the project)
12-26-2010 04:52 AM
Just a short tip on the previous post... you may like to change the destination number before running the vi. Otherwise it will sent an sms to my phone in the netherlands... minor mistake in the example code.
But at least it is a quick feedback that someone is playing with this post 🙂
12-27-2010 05:54 AM
@beuvink wrote:
Altough this thread is no longer active, I ran into it in another forum pointing to this thread.
In the past I made an SMS sent function for an PCMCIA nokia modem. Sending an SMS is done using AT commands and should be the same for any modem?
Unfortunately the AT command set is not a strict standard but at best a recommended standard. There is an ETSI standard for the modem communication and a special ETSI standard for SMS communication. Most modems nowadays do follow those ETSI standards to some extend, but almost every manufacturer still feels the need to add some proprietary variants to the command set. Such is life!
Just a short tip on the previous post... you may like to change the destination number before running the vi. Otherwise it will sent an sms to my phone in the netherlands... minor mistake in the example code.
But at least it is a quick feedback that someone is playing with this post 🙂
It's all a personal viewpoint. I find it not so minor and would feel annoyed to receive meaningless SMS messages from all over the world.
Just a short tip on the previous post... you may like to change the destination number before running the vi. Otherwise it will sent an sms to my phone in the netherlands... minor mistake in the example code.
But at least it is a quick feedback that someone is playing with this post 🙂
02-21-2011 05:35 PM - edited 02-21-2011 05:37 PM
Hello,
this is may example, with rs232 GSM modem
and it's very easy!
Enjoy!
----------------------------------------------------------
Milos Bozic
Serbia
06-19-2011 07:10 AM
i tried ur vi for sending sms using rs 232 gsm modem but it is not running on my pc.i am able to send sms using hyperterminal but i dont know how to do this on labview