Error in 'udp/UDP Receive': Received a fractional-length packet for the specified data type.
4 ビュー (過去 30 日間)
古いコメントを表示
Hi, I need simulink to be able to receive udp data from an external source. I am using the UDP receive block. When the UDP communication is within the model (in localhost), everything works great. But, if I try to receive data from an external source I allways get the error:
Error in 'udp/UDP Receive': Received a fractional-length packet for the specified data type.
Can someone help? Thanks in advance.
回答 (1 件)
Michael
2022 年 6 月 22 日
I've had this issue before and it was related to the port already being used by another process. You may want to change you port and/or check to make sure the UDP port isn't already in use.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Development Computer Setup についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!