There is nothing that I can see in what you are passing to the Arduino that defines WHICH servo the value is for. I guess you could pick a random servo to write the value to.
Where does s get a value? As your code is now, no case will ever match s, so nothing will ever happen.