I have one application which can communicate with a connected hardware. When I turn on the hardware, the hardware will continuously send some data to the application. I am able to read the data from hardware in my application.
Now I want to record this data to a Grid View continuously(whenever the application receive data, a new row needs to be added to the Grid View and fill the data in that row).
(Or please show me how to add new row in a grid view in each 1 second and add some data in to it at run time)
Please help. I am new to c#.
Thanks.