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

TypeError: Cannot read property 'transfer' of undefined at USB.write (Windows 7) #21

Closed
Canser opened this issue Dec 2, 2016 · 1 comment
Labels

Comments

@Canser
Copy link

Canser commented Dec 2, 2016

Hello.

I'v installed your module and set driver of my device using Zadig but i'm getting an error.

TypeError: Cannot read property 'transfer' of undefined at USB.write

Any idea?

@vachkov
Copy link

vachkov commented Dec 2, 2016

just as a debug hint you can check device.open(function(error) {... and if you get same error as me - #20 you can try changing USB.prototype.open so it does not set iface.setAltSetting, just call .claim() and the other stuff.

@song940 song940 added the bug label Dec 2, 2016
@song940 song940 closed this as completed Dec 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants