Assume that I have two Simulink models. One model to be deployed to Arduino and One will be running on the host PC. I am able to send one signal in this approach using Serial, TCP/IP , and UDP. But what I want is to send a pack of signals from the host to the target. Does anybody know how to send a pack of data from the host side and the receive the data on the target side and unpack them?
Thanks!