| View previous topic :: View next topic |
| Author |
Message |
perkbrian
Joined: 15 Dec 2006 Posts: 10
Digg It |
Posted: Wed Jan 31, 2007 10:35 pm Post subject: Reading Wiimote memory |
|
|
right, so i know that you need to send report 0x17 to tell the wiimote to send back its memory stuff, but what else to i need to send?
using C#...
this is what i have so far:
byte[] buf = new byte[2];
buf[0] = 0x17;
buf[1] = 0x00;
wiimote.Write(buf);
and it sends me nothing back....
from what i read in the wiki under the flash memory section of the wiimote, and under the calibration section (thats what im trying to get)... |
|
| Back to top |
|
 |
Cha0s Site Admin
Joined: 17 Jan 2007 Posts: 493
Digg It |
|
| Back to top |
|
 |
|