Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

I read data continuous with rs232, but when i click i lose data

I am developping a application, using serial communication for data acquisition.
This serial read data continuous.but when i click on the graph or made a zoom i lose data in that interval ...
What can i do
0 Kudos
Message 1 of 2
(3,232 Views)
Hi,

Usually CPU load won't affect the operation of the serial port. The low level communication protocol (handshaking, frame format, etc) is handled directly by the hardware (UART). When the serial port receives data, the driver retrieves the information in an intermediate buffer until your program requests the data.

Check if what you are seeing is a display error. When the CPU gets loaded, the graph might show gaps, but the serial data should be complete.

Hope this helps.

DiegoF.
National Instruments.
Message 2 of 2
(3,232 Views)