session based DAQ in background with While loop

1 view (last 30 days)
Hello,
I am coding a program in Matlab to acquire data in the background and at the same time reading data packet from the UDP.
I am doing something like
\\
s.startBackground
while(s.IsDone==0)
a=fscanf(udp)
end
However, the DataAvailable event listener never get triggered. Only when I remove the while loop it can be triggered. And no error msg is poping out.
Any ideas???
Thank you very much!!

Answers (1)

Arpit Agarwal
Arpit Agarwal on 13 Jun 2017
Hey, were you able to figure out the exact cause of the problem? Also, how did you overcome it. Thanks

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!