Using TouchOSC with an Arduino MEGA to control a Servo

Better.
You first need to see of OSC is communicating with your computer so put a print statement in the oscEvent function so you can see them arrive. Also put a print statement in the part where processing sends stuff to the arduino.

Typical fails here are not picking up the right com port that represents the arduino and not having the right ip address for communications with the iPad.