02-14-2013 12:11 AM - edited 02-14-2013 12:16 AM
Hi dear,
please help me for this. I Have one project with lab windows,but iam totally new in labwindows, I want to make stripchart plotting from rs232 I am getting 0 byte and 1 byte continuously from rs232 with rs 232 protocol , and I want to plot strip chart using labwindows please help me. pls send me code and UI if you have any thing. my email id basithnv@yahoo.com
regards,
basith
02-14-2013 12:44 AM
Hi,
LabWindows/CVI comes with many examples, including serial communication and plotting on stripcharts. Why don't you start with looking at those examples (e.g. serial.cws)? Analyzing this code should help getting you started.
02-14-2013 01:41 AM
I second Wolfgang answer: starting from examples is a good starting point.
Before of this, you should clarify better your requirements: "rs232 protocol" means nothing in this respect! RS232 standard simply defines the communication channel, but says anything on the meaning of messages that flow on this channel. How to interpret bytes received from an external instrument must be described in that instrument documentation which you should have and read carefully.