08-09-2011 04:33 AM
Dear sir
I have did a program for serial communication with embedded system in which i have to display two front panel for this single operation . and i have to display the message in one front panel and display parameter (like baud rate, com1, start bit , stop bit ,etc)in another front panel. if i change the parameter all should change .can you explain with example
08-09-2011 05:11 AM
Hello,
There is an example in the example finder, called "Basic Serial Write And Read", in which VI write some bytes to port, and then VI read all byte at the port. To have continuous communication you need to put read or write (or both - depending on your requirments) in the while loop.
For parameters of the communication you need to use property node. When you will be choosing propertys is property node, the parametres you want (for serial communication) are under Serial Settings. For reading more than one parametrer at the time you need to expand property node with resizing it vertically.
If you need more information please first tell what kind of embedded sistem you have and the version of LabVIEW.
Best Regards,
Gregor Černe
08-09-2011 08:53 AM