Hi, I have a device connected to the USB port of the laptop. This device pumps data to the port which is read by the python script.
As per the baudrate of the board I use folowing configuration to open the port.
Serial(options.port,921600,timeout=0.2,xonxoff=0,rtscts=1)
But when I analyse the collected LOG file I see lot of data miss in between. Looks like buffer is over written.
Can anyone please tell me what is happening ?
Thanks in advance !