nelson.enlis
Member
- Joined
- Feb 16, 2009
- Messages
- 8
- Programming Experience
- Beginner
Hi,
I have a little code for get the serial port available in the system.
So, there have the result:
So, The PORT1 and PORT5 its ok (because this are real serial port, with a real RS232 interface), but PORT4, I don't know.
How I can do for get only true serial ports ?
Any support its well received
Thanks
I have a little code for get the serial port available in the system.
VB.NET:
For Each pn As String In IO.Ports.SerialPort.GetPortNames
Debug.WriteLine("NAME : " + pn.ToString)
Next
NAME : COM4
NAME : COM1
NAME : COM5
So, The PORT1 and PORT5 its ok (because this are real serial port, with a real RS232 interface), but PORT4, I don't know.
How I can do for get only true serial ports ?
Any support its well received
Thanks