I am trying to send a continuous-time data from Simulink simulation to a Raspberry Pi within the same network. All I am getting at the receiving end is the random unreadable characters. Is it because of the data type mismatch??
Or do I need to add a decoding block in my code (written in python) to get the correct format??
What would be the correct data type at the input port of TCP/IP Send block?