We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello, I'm succesfully used the demo console sketch on MacOS with an arduino MKR1010.
However, on windows 10/11 I keep getting this message :
NetworkError: Failed to execute 'controlTransferOut' on 'USBDevice': A transfer error has occurred.
I tried to replace the driver using Zadig (WinUSB or USB Serial CDC) but unable to make it work properly.
Without replacing the driver by WinUSB, I get another error : Unable to claim Interface.
Unable to claim Interface.
I also replaced the #define USB_VERSION 0x200 in hardware/arduino/avr/cores/arduino/USBCore.h
#define USB_VERSION 0x200
hardware/arduino/avr/cores/arduino/USBCore.h
Is there any trick?
Thanks. Jérémy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm succesfully used the demo console sketch on MacOS with an arduino MKR1010.
However, on windows 10/11 I keep getting this message :
NetworkError: Failed to execute 'controlTransferOut' on 'USBDevice': A transfer error has occurred.
I tried to replace the driver using Zadig (WinUSB or USB Serial CDC) but unable to make it work properly.
Without replacing the driver by WinUSB, I get another error :
Unable to claim Interface.
I also replaced the
#define USB_VERSION 0x200
inhardware/arduino/avr/cores/arduino/USBCore.h
Is there any trick?
Thanks.
Jérémy
The text was updated successfully, but these errors were encountered: