Line 13:
Line 13:
[Reply] The u16s and u32s are used to group similar data, so that all information about the hair, for example, can be kept in one variable, rather than having two or three u8s to keep track of. For some things this may seem odd, as we haven't figured out all the bits in the u16 yet. For others, I have a feeling some u16s will need to be merged into u32s. -[[User:WDML|WDML]]
[Reply] The u16s and u32s are used to group similar data, so that all information about the hair, for example, can be kept in one variable, rather than having two or three u8s to keep track of. For some things this may seem odd, as we haven't figured out all the bits in the u16 yet. For others, I have a feeling some u16s will need to be merged into u32s. -[[User:WDML|WDML]]
+
----
−
[Reply] I'm not having any luck with the MiiTransfer program. It sees my wiimote, but it says ERROR when I try to read or write a data slot. I tried on 2 different computers with 2 different BT dongles. What can I do to help debug? -[[User:LiquidIce|LiquidIce]]
+
I'm not having any luck with the MiiTransfer program. It sees my wiimote, but it says ERROR when I try to read or write a data slot. I tried on 2 different computers with 2 different BT dongles. What can I do to help debug? -[[User:LiquidIce|LiquidIce]]
+
+
[Reply] What bluetooth stack are you using? The program was tested with the default Windows XP SP2 stack, and uses the ReadFile method rather than getting HID reports from the device directly. -[[User:WDML|WDML]]