Wmi Bluetooth Serial Port

4/11/2018by

I don't have any Blurtooth COM ports myself, but I have had to do some work with USB Virtual COM Ports where I needed similar information for some lab tests. Attached is a quick and dirty VI that obtained the Serial Port info that I needed. I requires.Net 2.0 or greater to use the WMI API. You can see that it requests different named parameters from each found Serial Port (eg. 'Description') - in my case I'm only retriving three. Here is a link that describes all the property names and what they mean: The first word in the acronym WMI in Windows so this will obviously only work on a Windows OS with.Net 2.0 or greater.

Maybe this will help get you started in the right direction. If it doesn't give you what you need, and no-one else here can help, then you could look further at the WMI API to see if there is anything there Bluetooth oriented. Tyk007 wrote: I don't have any Blurtooth COM ports myself, but I have had to do some work with USB Virtual COM Ports where I needed similar information for some lab tests. Attached is a quick and dirty VI that obtained the Serial Port info that I needed. I requires.Net 2.0 or greater to use the WMI API. You can see that it requests different named parameters from each found Serial Port (eg.

Wmi Bluetooth Serial Port

'Description') - in my case I'm only retriving three. Here is a link that describes all the property names and what they mean: The first word in the acronym WMI in Windows so this will obviously only work on a Windows OS with.Net 2.0 or greater. Maybe this will help get you started in the right direction.

Oct 17, 2010 When using the SerialPort.GetPortNames() method, you are querying the current computer for a list of valid serial port names. Gcc Serial Port Communication Cable Eternal Legacy Hd V1.0.9 Sd Files. on this page. For example, you can use this.

If it doesn't give you what you need, and no-one else here can help, then you could look further at the WMI API to see if there is anything there Bluetooth oriented. Hi Tyk, Appreciate the assistance, it seems to be a step in the right direction.

I had a quick mess around with the WMI API and while useful, I couldn't find a method to retrieve the device name/ID that is associated with the COM ports. I assume this should be possible somehow as Window's knows it.

Comments are closed.