I installed the drivers for x64 and got this:
Notice it did not install the first one - USBSER.
However, I am able to upload code in the Arduino IDE so I went ahead and uploaded the CDC ECHO sketch and all went well there.
But Windows does not see it as a VCP:
What can I do in order to fix this?
1 Answer 1
Use this bootloader:
https://github.com/micronucleus/micronucleus
Make sure you have Arduino IDE 1.6.5+
Open the IDE, go to
File> Preference
then find "Additional Boards" URL. Then paste this link and then click OK.
Then go to
Tools> Boards> Boards Manager
and change the type to "Contributed" then install the "Digistump AVR Boards". Then change the Arduino board to the Digispark that you have and you're ready to go!
-
done all of that. if my posted images would work then it would be better understood.StealthRT– StealthRT2016年10月08日 22:48:29 +00:00Commented Oct 8, 2016 at 22:48
-
Explore related questions
See similar questions with these tags.