UDP Block with blocking mode
显示 更早的评论
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)
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Naming Conventions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!