Hello People, i have built the AR488 for my HP5316A (Universal Counter) Frequency Counter and it works nice.
I used the AR488v3 board with a Arduino Pro Micro, I cutdown a Centronics Printer Cable Plug (36way) with a hacksaw to be 24way and soldered it onto the back of the AR488v3 board,
then Programmed the Arduino Pro Micro with the Arduino IDE.
Some commands I found useful were
++addr 20 ; the default address for the HP5316A
++auto 3 ( or 1) ; multi read (or single read)
++read
Typical reply is something like
F 1.0000E+05
Thanks a lot for this great project. (the "Minister of Finance" would not have ever approved funds for a commercially built GPIB to USB converter)
Only thing to note is that the USB micro connector on the Arduino Pro Micro is a little fragile, and i accidentally snapped the USB off the board with almost no force applied.
(lucky i had some spare Pro Micros)
Probably also work on the HP5315A, HP5315B, HP5316A and HP5316B etc that have the GPIB option.