10-30-2009 10:45 PM
10-31-2009 11:44 AM
11-01-2009 12:00 AM
thanx dear i have made his program for reception of data from microcontroller connected to serial port on labview the problem is this that i m unable to receive any sort of data on labview the program built without errors but im unable to get any sort of data on labview but however im able to receive data on other serial port terminal but there is no any data on labview , i would like if u approve this program for reception of data from serial port connected to microcontroller b/c i cant verify whether this is write or wrong i even dont perfectly knew whether any thing missing or not , but upto my knowledge it is fine .
11-01-2009 12:39 PM
Even though you did not provide the information I asked for, let's assume that you are getting error -1073807339. Since you did not wire up the error in/error out connections, make sure you have automatic error handling turned on.
I don't see anything obvious in the code. You should have the VISA Read inside a loop so that you can do more than a single read and using a VISA Bytes at Serial Port instead of a fixed count might make a difference. In the terminal emulation software you use, you don't have to send anything before you start to receive data?