12-10-2015 12:25 PM
Is it possible to send SMS messages to mobile phone over WIFI (not through a modem) using LabWindows?
Thanks,
Peter
12-11-2015 02:51 PM
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
12-11-2015 04:10 PM
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
12-11-2015 04:23 PM
The URL had a space on the end, just remove it for the link to work: http://digital.ni.com/public.nsf/allkb/484272384C2960AA8625749E006512EE
12-13-2015 09:12 AM