At LabVIEW application execution, I configure 7 of the 8 ports on a NI 8-port RS-232 board. I must continuously monitor the ports and, if bytes are present at the port, read and process the data. I would then like to flush the buffer in preparation for the next cycle. The "read VISA" VI does not clear the buffer after reads. How can I clear (flush) the buffer for each port during run-time? Do I have to close the VISA session each time?