08-03-2009 05:38 PM
Hi All,
I am new to labview and get a lot from this forum. Here is the problem i meet now.
I use ez430-rf2500 to transfer data from end devices to computer and display it in labview.
The data is tranferred by package. But I get partial message of package with following program.
Plz give some suggestions where the problem is.
Thx,
Li
Solved! Go to Solution.
08-03-2009 06:17 PM
08-03-2009 07:42 PM
Not sure about configuring the serial port. I did it according to this tutorial. http://zone.ni.com/devzone/cda/tut/p/id/4478
The beginning one third data is missing. Is that means there is not enough time to display whole message and it finish in advance when the termination character is enable? I set the message length and 256 is enough for it. How to check serial port with doing a visa bytes?
08-03-2009 10:12 PM
That tutorial has nothing to do with what you are doing. You just need to think of your USB-RS232 converter as a standard serial port.
Have you tried any of the serial examples that come with LabVIEW? Look at those and see how the functions are used.
08-04-2009 10:07 AM
Dennis, thanks for your suggestion.
I add the configure setting. And I find my mistake that visa close in while loop. It cause display uncomplete.