I am using legacy serial instrument drivers (originally used with LV 5.1.1) on my application. While troubleshooting this same code for a "silent Labview crash" under Labview 7.0, I was told by NI tech support that it is not a good practice to program a loop in a VI with "NI-VISA OPEN, (read or write), NI-VISA CLOSE" in it. And that the reliable practice was to do a single NI-VISA OPEN at the beginning of the program and an NI-VISA CLOSE at the end. Since these legacy drivers continually open and close NI-VISA (now under the later Labview versions) I would need to rewrite a huge chunk of legacy driver code, unless this problem was fixed under Labview 7.1. Can someone please confirm or not confirm that this NI-VISA Serial Op
en/Close problem was fixed under Labview 7.1?