Apologies for previous subject line! That should have been Re:
[Discuss-gnuradio] GNU Radio TCP and MATLAB.
===
This email, including any attachments, is only for the intended
addressee. It is subject to copyright, is confident
On Thu, Apr 26, 2007 at 02:48:34PM -0400, Kevin Rudd (Contractor) wrote:
Thanks for the suggestion. I dove into the TCP code to try and figure out
what it was doing. I found my problem. I have to use the following read
command...
data = pnet(con, 'read', 1000, 'SINGLE', 'NATIVE');
Now