Reply by mark_s_rice June 23, 20102010-06-23
We will need some TCP/IP sockets for talking to our DSP hardware from Matlab.
I see where the Instrument Control toolbox has some support. I also see where some people use some sort of Java support to do this.

Does anyone have any advice.

First we will need a Telnet socket. I am not sure the Instrument Control toolbox provides high level support for this. (A telnet socket is trivial in python!)

Second we will need to handle a packet stream. This may be UDP but this is not settled yet. Would .mex files be appropriate for this?

Mark