Hi All

I'm wondering if there is a way to know, using a C# program, among my COM ports which are connected to BlueTooth devices?

For example, let us assume that of my ports 1 through 9, the COM ports 7 and 8 are connected to some type of BlueTooth device. So I want my C# program to scan all my COM ports, and indicate to me that ports 7 and 8 are connected to BlueTooth devices.

How can I achieve this goal? Specially code samples would be highly appreciated.

Thank you in advance!