Project Description:
Hello,
we have a small software.
Here are the requirements.
This c# program, should listen multiple com port. (for example com1, com2, com3)
The list of available com ports should be captured from a text file.
The program should listen all com ports there are written in txt file.
When I write a new com port, for example com4, then program should start to listen that new com port.
Finally, program should show data that is captured from comport in the grid with its source at the runtime.
For example: First column of grid is comport1 data, second column of grid com2 and etc...
Thanks.