LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

stacked sequence in serial communications example by NI

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.
0 Kudos
Message 11 of 12
(532 Views)
Hello Raven,

I think that might be working. I am doing some tests and will let you know the outcome.

Thanks,

birapxi
0 Kudos
Message 12 of 12
(518 Views)