@Graxam
The early version on the Elektor website is very unreliable I am afraid.
Well, yes and no. It worked perfectly or data-collection from my counter and DMM, pulling data into Excel for analysis.
The code had several issues that exhibited themselves when using other instruments though, but at that time, I had no access to any such instruments for testing. The real testing happened when others started building the adapter and I revised the code, based on that.
I also got several requests for Prologix emulation. Adding that was not trivial, but well worth it as it allows you to use most off-the-shelf software as it is. I used the KE5FX toolkit and EZGPIB as a testbed for that.
The problem with VISA seems to be that there is a default driver, not for Prologix per se, but for the FTDI USB adapter chip that the Prologix interface uses. My adapter, otoh, does not use that, but rather the Microchip built in one, saving a chip. In theory, they should be the same, but in reality there are snags because handhaking is done differently.
Issues like that will happen with all adapters that do not use the FTDI chip, so in that case, Google is your friend.
The next project:
http://www.elektor-labs.com/project/hpdisk-an-sd-based-disk-emulator-for-gpib-instruments-and-computers.13693.html
Is really a spinoff of this. It uses the same base GPIB code and the issues I see here will be ported back to the Gee-Whis code.
Meanwhile, the potential issues I have with the new project is the same as with this. It works perfectly with my HP1631D analyser, but Id be happy if anyone else could test with other instruments as well. Hence the SOS on the image
