Matlab compiler and instrument toolbox

1 view (last 30 days)
Jason Hou
Jason Hou on 2 Aug 2016
Answered: Vinod on 9 Aug 2016
When using instrument toolbox "udp" connection inside Matlab script-based GUI environment, I got successful two-way UDP comm links. But after using Matlab compiler to generate a standalone application, I cannot get UDP return datagrams. Outbound packets from PC to TUT is OK but returns from TUT back to PC always time out. I am using Matlab 2016a fread and fscanf to wait for return datagrams in synchronous mode.
Is there any bug in Matlab compiler that closes IP ports prematurely or preventing callbacks?

Answers (1)

Vinod
Vinod on 9 Aug 2016
I'm not aware of any bugs that can cause this behavior. Could you create a technical support request so a technical support engineer may investigate further?

Categories

Find more on Troubleshooting in MATLAB Compiler SDK in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!