I am programming Network analyzer serial type. if 126data point (Trace point) about 1300bytes read, when 251data points 3800bytes read, but if 501data points, read only 4096bytes and show this error message. I increase timeout and Delay time before read, but same error. More than 4096bytes cannot read..
Why? Could you give me any explanation? What i did wrong?
it sounds like your i/o buffer has only a size of 4096. This is the default value in the "Advanced Serial Read and Write" example. If you change this value, it should be possible to read more bytes.