Try moving the Configure Serial Port VI before the loop. Having it in the loop causes it to execute every iteration. I believe that is equivalent to closing and reopening the com port to affect the configuration changes, even though you really aren't changing anything. Also move the close com port VI to after the loop.