Large delays in code when using Serial.print, etc.

@Paul.
The number of bytes i'm sending per cycle via serial will be large. (approx 640bytes), that string is to emulate exactly that. The alternative is to repeatedly send char values through the function, but it also causes a similar delay.

@ Robin
115200 is what i'm using. There are no delays in my code, and i'm using the "This is a test, " repeatedly in my sending.