spyhabs
October 18th, 2009, 07:04 PM
Hello,
I'd like to have your help to refresh a datagridview. I explain my problem. I have data received from serial port. I need to update data in the datagridview as quick as possible. At 115200 bps, I can receive a packet at each ~1.5 ms. This packet must be displayed in the datagridview. If I receive a packet for example at each 15 ms... i have time to update the datagridview...
But, my problem is when i receive a packet at each ~1.5 ms. The datagridview refresh is not updated in real-time... I'd like to improve this, but I have no idea.
I spent few days to experiment some stuff and no good result!
Regards
I'd like to have your help to refresh a datagridview. I explain my problem. I have data received from serial port. I need to update data in the datagridview as quick as possible. At 115200 bps, I can receive a packet at each ~1.5 ms. This packet must be displayed in the datagridview. If I receive a packet for example at each 15 ms... i have time to update the datagridview...
But, my problem is when i receive a packet at each ~1.5 ms. The datagridview refresh is not updated in real-time... I'd like to improve this, but I have no idea.
I spent few days to experiment some stuff and no good result!
Regards