From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to set the number of packets to be send per second to the serial port in labview

Solved!
Go to solution

hi.

 

              i have to send data to serial port such that each packet of data should be send at a rate of 4 packets per second?? how can it be done??

 

 

thanks and regards

0 Kudos
Message 1 of 2
(2,195 Views)
Solution
Accepted by topic author nish87

What defines a packet?

 

You just need to have a while loop that has a wait timer in it of 250 milliseconds surrounding your VISA write function.

0 Kudos
Message 2 of 2
(2,188 Views)