HKJ, I have some progress with my AR488 and can get my 34401A communicating a little with TC. I say a little because here's what happens;
Load Devices, GPIB, add AR488 on a serial connection on COM6 with baud 9600 & settings blank.
Reboot
Load Devices, select Agilent 34401A, set to COM6, leave baud at 9600 and press reconnect then:
;; Use "Load devices" page for selecting devices to load. Most devices will only load if they are connected and ready.
;; Start thread for: COM6 - Agilent 34401A
;; COM6: Set params: 9600
;; COM6: Tx: <*IDN?.> 2A 49 44 4E 3F 0A
;; COM6: Rx: <HEWLETT-PACKARHEWLETT-PACKARD,34401A,0,7-5-2> 48 45 57 4C 45 54 54 2D 50 41 43 4B 41 52 48 45 57 4C 45 54 54 2D 50 41 43 4B 41 52 44 2C 33 34 34 30 31 41 2C 30 2C 37 2D 35 2D 32
;; Arduino Micro (COM6) Device HEWLETT-PACKARD,34401A, do not match: HEWLETT-PACKARHEWLETT-PACKARD,34401A,0,7-5-2
;; COM6: Close
;; Stopping thread for: COM6 - Agilent 34401A
;; COM6: Close
I remove Agilent 34401A from devices and re-boot
Load Devices, right click combo box for create new SCIPI device definition, switch to Serial tab, change port to port 6 and click “Check” then it finds the instrument but the IDN returned seems “randomly truncated”, please see attached images.
I think I am stuck for loading the DMM because its IDN is being mis-read and never matching what is in the definition file. Any suggestions?