11-12-2009 12:23 PM
I have an old program running on LabView 5.1. I want to add code to read a sensor over an RS-232 line. The device is connected to Com1 on my computer. Using Hyper-terminal I can communicate with the sensor device. I set the device to 9600 baud, 8 - N - 1 and send the command "SEND" and it returns the information. Going into the Labview 5.1 example serial communication VI if I send the "SEND" command, the program times out with no return characters. How do I start to figure out what is happening?
Gary
11-12-2009 01:58 PM
11-12-2009 02:16 PM
11-12-2009 02:37 PM
Try appending both.
11-12-2009 03:32 PM