10-28-2009 05:41 AM
Solved! Go to Solution.
10-28-2009 08:50 AM - edited 10-28-2009 08:51 AM
There are many possibilities for this error. You could have the wrong com settings (baud rate, parity). You could have the wrong type of serial cable. Null-modem and straight through are the two major types. The manual should explain which to use. Use an ohmeter to check the type you have. You could have sent a command that does not require the instrument to respond and there would be nothing to read.
I always verify communication with a terminal emulator such as Hyperterminal before writing any LabVIEW code. If nothing else, you should be able to get help from the vendor. All vendors should know about Hyperterminal. Many will have never heard of LabVIEW.
It would also help if you provided some details on the instrument you are trying to talk to. If you have an electronic copy of the manual, attach that.
11-02-2009 11:19 PM