Receiving UDP packets from embedded board
1 view (last 30 days)
Show older comments
Hi, I want to use UDP communication between MATLAB applicaton and embedded board, UDP connection is established successfully.
Also, when I send first command to embedded board from MATLAB application,I am getting expected data, now when I am trying to modify the data from MATLAB application, I am not able to get modified data, MATLAB application is receiving previous data even after modifying data.
I also tried to flush the input and output buffers, also tried to increase the InputBufferSize, but not able to get modified data.
For verification purpose, I write same application in python, I am able to get modified data after 10-15 seconds after modification.
Anybody have any idea regarding this, please tell what I am missing ?
Thanks.
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!