11-11-2002 07:56 AM
11-11-2002 07:57 AM
05-05-2009 12:24 AM
05-05-2009 07:16 PM
You've responded into a very old thread. Even 7 years ago, the replies said don't use the old serial VI's, use VISA instead. So how come your VI which is written in LV8.5 is using those ancient serial VI's?
You have the same problem as the original poster in that there is no dataflow dependency between your serial write and serial read. Either could happen first.
Take a look at the Basic Serial Write and Read example in the example finder (along with several other serial examples) and structure your code based on that using VISA functions.
Once you've redone your code using modern LV VISA functions, start a new thread with any questions you may still have.
05-05-2009 11:51 PM
05-06-2009 06:26 AM