Hi all
I want to read an array of 2500bytes from serial port with bouad rate set to 2,000,000 bit/sec. I'm supposed to have 2500 bytes 100 times in every seccond ((2000000/8)/2500) ,but I just have it 3 or 4 times in a seccond... what should I do?
This is my VI in the attachment..
My program waits until it recieves one byte with value "255" from the port, then recieve 2500 bytes from the serial port.