Error in 'udp/UDP Receive': Received a fractional-length packet for the specified data type.
Show older comments
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 Comment
Dominic Romano
on 30 May 2019
I get same issue. Anyone have an answer?
Answers (1)
Michael
on 22 Jun 2022
0 votes
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.
Categories
Find more on RF Blockset Models for Transceivers in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!