1
Bluetooth & Connectivity Help Center / Re: WiimoteTest question
« on: May 13, 2008, 02:09:11 PM »
A little update...when I disconnect the Wiimote completely I don't see any change in
the devices listed in the Device Manager, and the list of devices enumerated with this
statement (in the WiimoteTest code)
while(HIDImports.SetupDiEnumDeviceInterfaces(hDevInfo, IntPtr.Zero, ref guid, index, ref diData))
does not change. Does this sound like a driver issue perhaps? Do I need another layer
of software (device driver) wrapped around what is installed with the device?
Also, in the Bluetooth Connection Status dialog I am seeing activity with button presses
(received) so clearly the device is working.
The Bluetooth adapter is a Kensington USB device.
the devices listed in the Device Manager, and the list of devices enumerated with this
statement (in the WiimoteTest code)
while(HIDImports.SetupDiEnumDeviceInterfaces(hDevInfo, IntPtr.Zero, ref guid, index, ref diData))
does not change. Does this sound like a driver issue perhaps? Do I need another layer
of software (device driver) wrapped around what is installed with the device?
Also, in the Bluetooth Connection Status dialog I am seeing activity with button presses
(received) so clearly the device is working.
The Bluetooth adapter is a Kensington USB device.