I have a tablet that has built in Bluetooth. I have a device which is serial that I have connected to a bluetooth to serial converter using the DTE setting. This one to be exact: enter link description here
It creates/uses two serial ports. The one with the -dev is the one that is used since the tablet is the main one making the connection. In the device manager, both com ports show up as "Bluetooth com device" but you can't tell which one is the -dev device without looking at the properties and then choosing "Bus Reported Device Description". I need to find a way using vb.net to loop through the ports, check the "Bus Reported Device Description" and choose that com port and open it if it has the -dev in that description.
Is there a way to do this?
Secondly, once that connection is made, since it uses serial com ports, once I open the com port, it of course says "opened" but it will show that even if the Bluetooth device isn't really connected. Is there a way to see in the same set of properties above, the "is connected"? It appears to be able to tell if it is really connected or not, not just that the com port itself is open.