Need faster serial print output

Serial.begin(9600);               // Computer

If you are sending to serial monitor (or most any terminal), you can speed this up a great deal. At least 115200 and up to 250000 baud. Remember to change serial monitor (or whatever terminal) baud to match.