Read com ports using threading in c#
问题 I would like some advise on threading as I'm new to it. I've read several articles on threading online. I'm reading com ports data. I would like to use threading such that it will read the data every 5 seconds and update the data on the listbox. Currently, all the data is being read. I'm unsure where to start. Where shall i start putting my thread codes? I'm using Windows Form,c# VS2008. Here's my codes to read the data from com ports: void datareceived(object sender,