LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RS232

Dear forum members. Please help me.
Can you explain the error? I attach the files
 
Thanks in advise.
Sincerely
Harutyun Melikyan
Download All
0 Kudos
Message 1 of 3
(2,434 Views)
Exactly what the error message says....the device didnt respond within the 3 second time period.

How much data are you expecting back? If the read buffer looks complete then sometimes the terminator that signals the end of the transfer is setup incorrectly. Make sure the device is sending the equivalent terminator character.

Message Edited by Bill@NGC on 08-02-2007 08:02 PM

Message 2 of 3
(2,423 Views)
If you are not getting any data from the read buffer then your most likely problem is that you need to append a termination character (such as carriage return or linefeed) to your Write function. In cases like this always check the communication in Hyperterminal (or similar) first. If it works it means you don't have your serial port configuration in LabVIEW setup properly.
Message 3 of 3
(2,392 Views)