Problems with Serial.println

millis() returns a large number (float/double), or?
ascii is 7bit.

try

Serial.println(millis(), DEC); // DEC to convert it to an Number