04-12-2012 09:57 AM
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
Solved! Go to Solution.
04-12-2012 10:41 AM
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.