How to find the serial ports that are getting response after sending MSG using c# ??
- by karthik
The objectve is to find which Serial port is phyisically connected to other machine. I want to Search my system to find the available serial ports and send a test message using all the ports and wait for the response. Which ever ports get a response is connected to the other machine. How to do?? Thanks.