Products > Test Equipment
Rigol DP1308A control over TCP
<< < (3/3)
StephanR:
This thread is kind of old, but I still stumbled across it, so this might be helpful to others.

I tried to use python with sockerscpi to remotely control my DP832, but as previously mentioned the port 5025 does not work. For my unit, everything works fine when I use port 5555.

I simply tried all open ports returned by nmap:

--- Code: ---nmap -p- 192.168.178.133
--- End code ---


In case someone also uses socketscpi, this works for me:

--- Code: ---psu = socketscpi.SocketInstrument(192.168.178.133, port=5555, verboseErrCheck=False)
--- End code ---



Navigation
Message Index
Previous page
There was an error while thanking
Thanking...

Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod