-
-
Notifications
You must be signed in to change notification settings - Fork 7k
IDE 1.6.8 USB Problems - Affecting all 328 boards, Mega2560 and Due #4777
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
Comments
I've noticed the same thing, and for a few minutes there I thought I'd managed to break two of my Sparkfun RedBoards... as they kept resetting and blinking D13 every second or so, and was generally having issues after opening the serial monitor. Thankfully the reset issue went away after pluging the board into a external usb power bank, so I can say I am also a victim of this bug. Windows 10 Pro x64. |
Yes, the Due is using an FTDI connector w/16u2 for the programming port, while the Mega has an 8u2. The Due and Mega test OK with that build, with very large sketches verifying consistently. The resetting still occurs for the 328s, but now at a period of 1 LED blink/second. Normal activity resumes when the IDE is closed: 1.6.8: LED flashed 3 times/second on startup & continues As a side note, the very large sketches on Due and Mega actually seemed to be getting corrupted with 1.6.8 too. I can't prove it out, but I was getting some really strange behavior when verification failed. |
arduino-PR-4482-BUILD-531 on a Sparkfun RedBoard (FTDI chip), with Windows 10: flashes the LED 3 times per second constantly unless the serial monitor is open, or uploading, but seems to stop the intermittent "Access is denied" error from avrdude: ser_open(). I can also confirm that reverting to 1.6.7 fixes this problem completely with these boards. Will try some normal Arduinos with all three versions later. |
Solve by #4792 |
I'm using Windows 7 and after a bit of frustration and hardware testing, I've realized that I don't have multiple broken devices, IDE 1.6.8 just does not work for me, while all previous versions do. I've tried both the standalone and installed versions. 1.6.7 and earlier work fine.
I tested on a Nanov3.0, multiple Pro Minis w/FTDI cable, Duemilanove, and Mega2560 and Due clone.
I couldn't find an issue to match, but It seems this issue may be similar or related to #4700
Results of testing on multiple devices:
Due Clone:
I can upload to the Due using the native USB port, but not the programming port.
Arduino Mega 2560:
On the Mega, problems only arise with fairly large sketches, but it is consistent. The blink example seems to work fine.
Arduino Nano v3.0 , Duemilanove & Pro Minis
Basically they just sit there and resets until I open the Serial Monitor. The resetting starts as soon as I open the IDE v1.6.8, and interferes with uploads quite often, since it starts again as soon as the upload button is clicked. Besides the following, I was also getting an error, something about opening programmer with the pro minis, but can't replicate now.
It seems like something in the IDE is constantly trying to access or reinitialize the serial ports. I've tried reinstalling the IDE, FTDI drivers, rebooting, etc etc. and as soon as I closed the IDE, my Arduinos all stopped resetting. Opening V1.6.7 = no problems. I can provide more info if required.
The text was updated successfully, but these errors were encountered: