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,497 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,490 Views)