According to NI online serial manuals, when data is received into the Receive buffer, an interrupt is generated and the processor retrieves the data from the serial buffer. How does this work for RT...there won't be an interrupt to generate, so I'm assuming the buffer will continue to fill until a LVRT subVI goes and reads it, or the buffer gets full, at which point it will overwrite data at the beginning of the buffer?