Using Visual Basic for reading serial port... not going well :( GONE WELL NOW :)

void loop() {
printf("Hello %d\n", i);
i++;
//delay(200);

}

Jamming data out the serial port as fast as possible hardly seems like a good idea. What does "Hello " add to the information being sent?