0
votes
0answers
13 views

Is there a way to simulate Keyboard input (HID Device Emulator) for programming purpose?

I need to test a USB Keyboard or Barcode scanner, Is there a way to create a virtual device (that resides in Device manager) so I can test programs without a real HID device.
0
votes
0answers
59 views

Get notification about enabling/disabling device from DeviceManager C++

I'm trying to figure out how can I get notification that specific device was disabled/enabled through Windows DeviceManager. I found a way to register to DeviceChange notifications by ...
3
votes
2answers
407 views

Reading Device Manager's Property Fields in Windows 7/8

I am developing a windows application which gives the field details --> X. Where X is --> Right Click My Computer > Properties > Device Manager > (select any Item - Say ...
0
votes
1answer
207 views

Equivalent of “Scan For Hardware Changes” in device manager doesn't work after failed installation

According to the docs the C++ functions CM_Locate_DevNodeA and CM_Reenumerate_DevNode of CfgMgr32.dll should be the programatical equivalant to the menu item scan for changed hardware in the device ...
8
votes
4answers
14k views

How do I get the friendly name of a COM port in Windows?

I have a GSM modem connected via USB. The modem creates 2 serial ports. The first is automatically attached to the modem, the second shows in Device Manager as "HUAWEI Mobile Connect - 3G PC UI ...