04-04-2008 02:58 PM
04-04-2008 03:13 PM
04-04-2008 04:05 PM
04-04-2008 05:01 PM
What you have is an IVI driver. An IVI driver is written with LabWindows/CVI and used to create the dll you see being called. Unless you have LabWindows, you cannot modify the driver. Since this driver is provided by Keithley, you might ask them why it does not work with a serial connection and whether they will modify it. With serial instruments, often the only thing needed is add a section configuring the serial port and making sure a termination character is appended to each command string.
Your other options would be to 1). Change to a GPIB connection 2). Write your own driver 3). Use the Instrument I/O Assistant. 4). Use VISA Writes and VISA Reads without creating a formal driver.