-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SendOutputReport always returns access denied, requires ReadWrite permissions. #1
Comments
I invested way too much time to figure out a way but did not find any =( sadly this seem to make the whole thing pretty useless. |
That was my fear, as without write permissions, you can't write output reports and make full use of the wiiremote, you can only get the basic button data and status. No output mode changing, no reading extensions, etc... |
Yes!:( Although no extension controllers |
Have you tried the MS forums? I've read all the documentation and there is no mention of missing write permissions. |
would love to have an update on this |
Any way to fix this ?
await HidDevice.FromIdAsync(deviceId, writePermission ? FileAccessMode.ReadWrite : FileAccessMode.Read); // Does not work always returns null with ReadWrite
The text was updated successfully, but these errors were encountered: