Help with Serial Monitor Read-Outs

The delay calls are pointless - get rid of them. (delay() takes an integer value, not a float; when the float value is cast to an int it will be rounded to zero.)

What do you mean by 'cycle'? I don't suppose you mean a 50Hz AC cycle, since that would have resulted in far more output than you could fit down a 9600bps stream.