Skip to content
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

Open
GitMoDu opened this issue Dec 16, 2017 · 6 comments

Comments

@GitMoDu
Copy link

GitMoDu commented Dec 16, 2017

Any way to fix this ?

await HidDevice.FromIdAsync(deviceId, writePermission ? FileAccessMode.ReadWrite : FileAccessMode.Read); // Does not work always returns null with ReadWrite

@cefoot
Copy link
Owner

cefoot commented Dec 18, 2017

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.

@GitMoDu
Copy link
Author

GitMoDu commented Dec 18, 2017

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...

@cefoot
Copy link
Owner

cefoot commented Dec 18, 2017

Yes!:( Although no extension controllers

@GitMoDu
Copy link
Author

GitMoDu commented Dec 18, 2017

Have you tried the MS forums? I've read all the documentation and there is no mention of missing write permissions.

@cefoot
Copy link
Owner

cefoot commented Jan 3, 2018

would love to have an update on this

@GitMoDu
Copy link
Author

GitMoDu commented Feb 23, 2018

I tried.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants