I am looking to purchase a DSOX1204G and I will need to communicate via TCP socket and/or telnet. Has anyone verified this works? I would like to do so from a Raspberry Pi, so I don't want to use any instrument drivers (Keysight IO library) , but only a TCP socket or telnet.
A simple test (assuming the IP address is set to 192.168.10.10):
telnet 192.168.10.10 5025
*IDN?
Does this return the instrument ID string for this instrument?
I am asking this because I've had trouble with another Keysight instrument in the past, not supporting socket communications.
Thx!
Yes, all of our 1200X-series models support socket/telnet, over both port 5024 (with prompt) and 5025 (without prompt). The following returns the ID string, from a machine without any drivers installed on it:
telnet 192.168.x.x 5024
*IDN?