Related to this question, but... is it possible to trigger via API a new hardware device scan? I have a serial port Bluetooth device that I'm pairing automatically via API calls with 32feet.net .NET Bluetooth, which works quite nicely. While i can query for the serial services in the scanning of the device, the COM ports don't show up in the Bluetooth Devices dialog's COM Ports tab.
|
Related to Programmatically uninstall a device in windows device manager My answer from there:
|
|||
|
|
|
Not sure if this will help your overall problem but this should answer the question in your first sentence. I originally did something like this using Nullsoft's NSIS installer a few years ago. If you just want to trigger a vanilla hardware scan you can use the following code (provided in C# per the .net tag in this question): This is the wrapper class for the P/Invoke functions
This is a sample of how to use them
I just quickly translated this from the MSDN C++ docs and tested it in a spike so I know it works but it's not production quality. Also, if you care about the specific return codes you can look them up in cfgmgr32.h. |
|||||||
|
|
Does my answer at the following help? http://stackoverflow.com/questions/2085179/how-can-i-find-out-a-com-port-number-of-a-bluetooth-device-in-c/2119058#2119058 In brief use
Which can also be done in code. |
|||
|
|
|
Just found this SO post that also may solve my issue or others that find this question. |
|||
|
|