03-28-2006 06:59 AM
03-28-2006 06:09 PM
In the NI-VISA 3.0 (the next version to 2.6.x) README text, I found the following description:
For a Serial INSTR resource, viOpen will now open a port if the process
that had been using that port exited ungracefully (such as with Ctrl-C).
The previous behavior had been that viOpen would return VI_ERROR_RSRC_BUSY.
Although I don't know if this is concerning to your problem, try to check the following:
1) Check if your app does call viClose (VISA Close) function before exiting the app.
2) Try to upgrade NI-VISA 3.x or later.
Makoto