06-03-2009 11:45 AM
hello,
I am trying to use serial i/o to communicate with a sensor. The sensor waits for the Send command followed by a carriage return, then passes out its value. I have attached the program I am using below. I can get this to work using the instrument i/o assistant, but I would like to do it how I have it below. The error I recieve is -1073807339 (VISA: (Hex 0xBFFF0015) Timeout expired before operation completed.). I have a feeling this is most likely due to the fact that it is waiting for data and never recieves it. I think the problem has something to do with it not recognizing my send command or the carriage return.
Solved! Go to Solution.
06-03-2009 11:58 AM
06-03-2009 11:59 AM
06-03-2009 12:09 PM