LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem in receiving sms on labview

I have attached the file.

Basically i am receiving sms in Labview..I first checked it in Hyperterminal.it is working.I received msg in hyperterminal by using same commands.So no problem with cell phone or with commands..Problem is  in Labview program.Kindly check it and give me suggestion to make it working.

Thanks

 

0 Kudos
Message 1 of 2
(2,203 Views)

Hello,

Couple of things:

Are you sure that the serial settings in the serial initialise are correct as you have only wired the resource and the baud rate. Make sure you configure them the same as in your hyperterminal session.

You dont need those sequence structures around the functions as data flow will ensure that they execute one after the other.

if you need a delay in between the write and read, you need to do something like this:

Rece_BD.png

 

Also, look at this post: http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Sending-sms-using-LabVIEW/m-p/2335442#M58231

 


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
0 Kudos
Message 2 of 2
(2,200 Views)