-
Notifications
You must be signed in to change notification settings - Fork 137
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
windows amd64 binary in "releases" doesn't include USB support #1496
Comments
For CH341 it is a known issue that MSVC build does not work. Please use MinGW64 build. For example, you can try my MinGW64 build here. |
As for USBTiny, it should work. What is the driver you are using? If the MSVC build does not work, please try my MinGW64 build here. Is your device USB Composite Device? MSVC build has a known problem with USB Composite Device. |
Just wondering if you have any updates? Thanks. |
I was just curious, and following up on another user's question. |
I see. I will close this issue for now. Please re-open if you have more info. Thanks. |
The windows binary in the releases area does not seem to have been compiled with USB support.
I'm not sure whether that's intentional, or an oversight.
Hmm. I get different errors with other USB programmers, so this could be more complex than I thought? Maybe it's just a bogus error message, since I have neither ch341a or arduinoisp actually connected...
The text was updated successfully, but these errors were encountered: