09-03-2013 01:43 AM
Isn't it easier to set 255 as termination char?
/Y
09-03-2013 02:56 AM
He / she needs to start reading when 255 encountered
09-03-2013 03:44 AM
I did that but the transfer rate didn't change... (3 or four sets per seccond).
09-03-2013 04:09 AM - edited 09-03-2013 04:09 AM
Well how big is a set? How much data is discarded? How much data do you actually recieve?
2MB ~ 200kb of text.
/Y
09-03-2013 05:35 AM
I added a little information, how does this work?
/Y
09-03-2013 11:33 AM
I attached an image from the front pannel when the program is running.
as you see the "bit/sec" indicator shows 188717 but it sometimes changes to 188008 bit/sec.
09-03-2013 11:45 AM
09-03-2013 01:36 PM
It's supposed to recieve 2,000,000 bit in every seccond but as you see in the JPG file the transfer rate is 188717bit/sec not 2mb/sec!!!
The transmeter sends data in a row continusly and the VI should start to read 5000bytes after recieving a "FF" byte and then after recieving consequent "FF" it recieves another 5000bytes and so on....
09-03-2013 01:50 PM
No. Your indicator is showing BYTES per second.
It looks like you should have about 11 bits per byte based on having 1 start bit, 8 data bits, and 2 stop bits.
09-03-2013 02:09 PM
In other words ~2,000,000 bits/sec, or ~188717 bytes, with start and stop bits.