I want to load a setup file (.set) onto the oscilloscope via LAN and use Python to do this.
It actually works, but only up to a file size of about 900 bytes. Beyond that, nothing happens, the file is not written - not a single byte!
As a setup file is 25k in size, this is of course annoying!
Is there a configurable buffer or something similar somewhere?!?