Do you know what is the max sample rate/second than can be transfered to pc through lan on DSO5000P Series (for real time data login).
the maximal sample rate remains the same, no matter how fast or slow the link is. I think you wish to know how much of that sample rate, or better said on what rate the data can be read by PC over ethernet. With other, or better said all models based on S3c2440, the link over USB was slow (one of the reasons why i build ethernet card for my old hw0 DSO).
In the theory you cold read the data directly from FPGA device driver, so the max link is USB link speed, or ethernet speed, reduced of course by some latency of the device drivers. When the firmare is not running this could be not that bad. However when you use the firmware itself and try them to read the data over the official way, well then you have to remember that the DSO itself need lot of the resources to get the data processed.
I can't tell you how fast DSO5000P can be over USB, which is btw USB 2.0 as the S3C2416 can 2.0, all models based on S3C2440 can only USB 1.1 and that was a big diff! However over ethernet, and this is someone else tested, you can get (when the firmware is busy with DSO itself) 16Mbits something:
iperf: [ 3] 0.0-60.1 sec 120 MBytes 16.7 Mbits/sec
With the models based on S3C2440, i got only 5-6 Mbits, so DSO5000P is already 3 times faster over ethernet.
Both measures over ethernet has been made when the firmware was bus doing DSO thigns, here as said above is a way to improve it to max. what the FPGA can get (which can be max. 80MBit assuming 4k buffer * 25000wfms/s - without latency of device drivers of course).