V0.76 is up.
With these changes:
Added scroll bars to notes popup.
It is possible to define multiple port types for a device (They must all be listed on the same line)
Added voltage divider functions function to calculator: vdiv() & vdiv2().
Restored cursor for all time based columns.
Added support for GPIB using either Prologix or AR488 adapters (AR488 is a super set of Prologix, it is DIY and requires a Arduino and a GPIB cable/connector).
When using GPIB the address field must be GPIB adapter id (Defined on the GPIB popup), a colon and the GPIB address of the device. This could be A:5 for the first adapter and GPIB address 5. The id do not have to be a single letter, it can be changed on the GPIB popup.
The Settings column on the GPIB popup can be used for commands to the adapter, use ; between multiple commands. If some devices requires commands here, I would like to hear about it, I may have to make that command supported in the device configuration.
The GPIB interface is only tested with a Prologix Ethernet adapter, it will still be months before I can check the AR488, but because it is basically the same as Prologix I hope it will work.