UDP Block with blocking mode

4 views (last 30 days)
Stefan
Stefan on 15 Nov 2012
Hi,
I want to use the UDP blocks, that you can download here: http://www.mathworks.com/matlabcentral/fileexchange/12021-udpip
They both work fine, but I want the receiving block to wait for incoming data until the simulation will proceed (e.g. if I pause the send-block). I looked up the C-code and found out, that recvfrom() should be able to block, i.e. it should wait for incoming data before it proceed. But it doesn't and I'm not familiar with C-code, so I have no clue why.
Any suggestions?
(I'm using Matlab 6.5)

Answers (0)

Categories

Find more on Downloads in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!