03-16-2017 02:27 PM
That is the Baud Rate, which is the rate that bits are sent in a message. The question was how often does your Arduino send messages.
11-07-2017 12:07 PM
Actually I am sending 120 bytes of data from arduino to labview via serial port every 100ms at 57600 baud rate.
when I am sending more than 120bytes the data updation in labview is very slow.the looptime in labview is 200ms.
11-07-2017 12:33 PM
@NagaJyothi wrote:
Actually I am sending 120 bytes of data from arduino to labview via serial port every 100ms at 57600 baud rate.
when I am sending more than 120bytes the data updation in labview is very slow.the looptime in labview is 200ms.
And what does this have to do the the issue the OP had? If you have a problem, start a new thread. You will also need to supply some code for us to help you debug your problem.