How to debug TCP connection between MATLAB and C++? -
i have matlab script communicates via pnet mex file executable built via c++ using winsock library. c++ executable streams data off of device , transmits data matlab via tcp. every often, matlab hangs or crashes during communication. i'd find out why happening , fix problem i'm not sure how go debugging process in matlab script calling on multiple executables of multiple languages (matlab , c++) working simultaneously.
how suggest go debugging entire communication process?
thank you!
Comments
Post a Comment