03-10-2008 12:40 AM
03-10-2008 08:37 AM
Your program still doesn't make any sense to me. The three separate VISA Writes are all coming from the same source and cannot operate in parallel. It's still a single serial connection.
If you really want to pursue this, the only way to know from which VISA Write the data is coming from, is to embed that information into the text you are sending. Add a header and have the read parse it out.