I have a device that collects data on a sensor and streams information on an RS232 cable to my machine. When I use the VISA read operation, I can see data is being read, but I get a buffer overrun error since the data is constantly streaming to my machine. I am used to doing VISA write then VISA read type programs, but never have dealt with constant streaming data. How can I collect streaming data on the COM port?