Sending data from arduino to processing, serially.

Good. :slight_smile:
As Paul says you would be better shipping over the integer values from the arduino and having any any calculation that result in a floating point number performed in processing as that saves time using the power of you main computer to do the time intensive task of floating point arithmetic.