E.g. from "s1120" to "120" servo1Pos = dataInS.toInt(); // Convert the string into integerCode language: Arduino (arduino) Here we can simply call the write() function and the servo will go to that position, but in that way the servo would run at its maximum speed which is ...