Hi.
I'm trying to send some SCPI message to my DS2072A and I'm not getting any responses.
It is connect to my local network via DHCP at 192.168.1.125. I can ping it with no problem.
My workstation is running Fedora 36 Linux.
I've tried to send several commands, such as:
echo ":DISPLAY:DATA? ON,OFF,PNG" | nc -w1 192.168.1.125 5555 | dd bs=1 skip=11 of=image.png
echo “:SYST:LANG?” | nc -w1 192.168.1.125 5555
# echo ":DISPLAY:DATA? ON,OFF,PNG" | nc -w1 -4 192.168.1.125 5555 | dd bs=1 skip=11 of=image.png
^C
0+0 records in
0+0 records out
0 bytes copied, 136.488 s, 0.0 kB/s
I've tried this both as a regular user and as SU. What am I missing ?
Thanks
Do I have to enable something on the scope to enable it to reply to SCPI commands ?
Are there any simple tests othre than ping <scope IP> to test why it isn't work ?
My scope is software version 00.03.03.sp1. Do I need to update it before SCPI commands will work ?