Hello, I need to create an array of Strings and after use the Serial.print for sending the data to Matlab…
Where is the right why?
Now I’m tryng to send the sensors value but Serial.print(String()); one by one but on matlab I receive a long string with all values close…
code on matlab:
device = serialport(“COM3”,9600);
data = read(device,10,“string”); %read 100 value
thanks a lot!