LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sending sms to labview

Hi, i am aware that it is possible to send sms from labview to handphones. However, i was wondering whether it is possible to do the reverse... that is to send an sms from a cell phone and receive it in labview. I have been trying to do so by using a itegno modem that uses AT commands. Can VISA READ be used to read the text message in labview.

Thank you.:) 

0 Kudos
Message 1 of 4
(2,932 Views)

Hi landmine,

yes it should be possible. I´m sure there are some AT commands to receive SMS from your Provider. At the end it is nothing else as collect the SMS from your providers server.

 

Miek

0 Kudos
Message 2 of 4
(2,929 Views)

Thank you. At least i know that it is possible to do so. But i do not know how the modem transmits the sms to the PC and labview what modem line settings is used to receive the sms in labview?

0 Kudos
Message 3 of 4
(2,916 Views)

You have to find and read the AT commands user manual, of your modem.

However there are some common AT comands.

AT+CMGR=1

Reads the first SMS in memory

0 Kudos
Message 4 of 4
(2,902 Views)