I am looking for suggestions on how to solve my problem with using the Wiimote test program and library.
! By the way, this is not a gripe! I'm just looking for ideas on how to solve this !
Background:
Name Will George
1. Using Vista Ultimate
2. Using a Microsoft branded USB Transceiver Bluetooth 2.0
3. Microsoft Bluetooth Stack (I would assume) Using whatever Vista installed.
4. I have no issues using bluetooth for what I do. Mostly my NXT.
My issue is I can only use the Wiimote test program once. Well, not quite true. Lets just say untill the Wii Remote 'goes to sleep' / Shuts off?
If I try to use the program again I receive:
private void MultipleWiimoteForm_Load(object sender, EventArgs e)
{
// find all wiimotes connected to the system
mWC = new WiimoteCollection();
int index = 1;
try
{
mWC.FindAllWiimotes();
}
catch(WiimoteNotFoundException ex)
{
//{"No Wiimotes found in HID device list."} <