From: g b on
Hello,
i want to read some data of a fpga bord using ethernet because the rs232 is too slow. Is it possible to do this with matlab, and if yes where can i find any information about it.

thanks in advance.
From: Walter Roberson on
g b wrote:

> i want to read some data of a fpga bord using ethernet because the rs232
> is too slow. Is it possible to do this with matlab, and if yes where can
> i find any information about it.

Matlab can act as a TCP client, or can use UDP. Google
site:mathworks.com roberson udp
for more information.