Stress Sensors using Arduino Uno and DUE

Hello,

Thanks for the answer.

I have to put them in an array in the master code you mean right ? (i'm a newbie sorry)

And how am i suppose to read the with the slave one ? and to assign values to different variables ?

Erratum: I send 7 Variables (HR,GSR, Accelerometers, Time)

For example:
I print : 75, 235, -0.5524, -0.2545,1.2235 7 in the master code.
In the slave, with parseFloat, i see the same thing. But i want then to assign to eg:
HR = 76
GSR = 235
etc
Thanks