LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

SMS over wifi?

Is it possible to send SMS messages to mobile phone over WIFI (not through a modem) using LabWindows?

 

Thanks,

 

Peter

0 Kudos
Message 1 of 5
(4,570 Views)

I would recommend using SMTP to send an email to a phone number.

 

You can find a CVI example for sending an email here:

 

C:\Users\Public\Documents\National Instruments\CVI2015\samples\internet\sendmail

 

 

Each carrier has a different @ addres:

Verizon: @vtext.com

AT&T: @text.att.net

T-Mobile: @tmomail.net

Sprint: @messaging.sprintpcs.com

 

Where the 10 digit phone number would be the prefix.

 

 

If you are interested, here is a knowledge base about implementing this in LabVIEW: http://digital.ni.com/public.nsf/allkb/484272384C2960AA8625749E006512EE 

0 Kudos
Message 2 of 5
(4,545 Views)

Hello,

I'm interested to in this matter, but the link you gave returns an error (HTTP Web Server: Lotus Notes Exception - Entry not found in index): can you check and update it?

Thanks Smiley Happy



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 3 of 5
(4,540 Views)

The URL had a space on the end, just remove it for the link to work: http://digital.ni.com/public.nsf/allkb/484272384C2960AA8625749E006512EE


Milan
0 Kudos
Message 4 of 5
(4,537 Views)
I used Kannel.
Jattie van der Linde
Engineering Manager, Software & Automation
TEL Magnetic Solutions Ltd
0 Kudos
Message 5 of 5
(4,502 Views)