(Solved)Steppermotor and serial.print and read combined

Hi Paco,
I have to confess I can't follow your steps (perhaps because I am not as familiar with the experiment).

I'm not sure if this helps but the logic in my head is a bit like this

for (number of scale readings) {
read scale
for (10 steps) {
step motor
wait 0.01 sec
}
}

...R