- set the GPIB adapter in Load Device -> GPIB to AR488, Serial with GPIB address 22 which is the address of the HP34401.
The address on the GPIB popup is not the GPIB address of the device, it is the address of the GPIB adapter, i.e. the serial port.
That field do not support right-clicking to find the correct port name, you will have to do that on the "Load devices" page and then copy the serial port name to the GPIB page.
Thank you. I have now changed the 'Address' field to /dev/ttyUSB0 but still no change. My GPIB config is set as follows:
AR488, Id=A (default), Connection=Serial, Address=/dev/ttyUSB0, Baudrate=115200, Settings=''
The device is set up as follows:
Device='Hewlett-Packard 34401A', Type=GPIB, Address=A:22, Baudrate=(cannot set), Enable=ticked
Clicking the Reconnect button takes me to the Commands tab, but everything apart from the 'Run', 'Load and Run' and 'Outputs Off' buttons is greyed out. It is no possible to enter anything into any field. I am assuming that the middle one is where to enter commands?
I am using a UNO board and have tried the capacitor trick to prevent a reset on connection to the serial port.
The username is in the dialout group and I can connect to /dev/ttyUSB0 from a PuTTY or Arduino IDE Serial Monitor session just fine, so user access to the serial port does not seem to be a problem.
Not sure what else I am missing?