06-09-2013 05:47 AM
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
06-09-2013 06:13 AM
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:
Also, look at this post: http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Sending-sms-using-LabVIEW/m-p/2335442#M58231