Well, according to Jameco, it can only handle 100Hz.
Given how slow the serial port is, I wouldn't bother trying to print individual output instances. Rather, I'd try reading results 100 times and using the millis() function to see how long that took. Then infer a reading rate from that.