Receive, Read and Interpret the Bytes Received via UDP Packets
Mostra commenti meno recenti
Hello Everyone,
I have two nodes connected and continously communicating via UDP Sockets.
I tried with fscanf(udp) and fread commands but I got the following error: "Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period."
I changed the DatagramTerminateMode to be off. Do I have to set the buffer size or any other property, and if yes then how? I would really appreciate any help.
Regards
3 Commenti
Walter Roberson
il 27 Feb 2016
How large are your packets and how quickly are they being sent? Are you sending termination characters with the packets?
PTP
il 28 Feb 2016
PTP
il 28 Feb 2016
Risposte (0)
Categorie
Scopri di più su Instrument Control Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!