Sending different informations to arduino with serial monitor.

For the next challenge, then, change the switch actions on the 2nd Arduino to send
Serial.print("<stepper,-10>");
or
Serial.print("<stepper,+10>");
and have the first Arduino properly handle the +NN or -NN values. The atoi() function can be used.