-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Arduino IDE 1.6.8 Blocks access to all serial ports #4886
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
Noticed this as well, haven't had time to dig into it too much yet. It comes and goes - I'll try 5 times to upload to an ESP8266 (with Arduino) or connect to a serial port (with TeraTerm), and it won't work, but the 6th or so will. Problem with TeraTerm disappears if I close Arduino. Thinking maybe it's scanning the available serial ports, and opening them to do it? Need to investigate more. |
Could very well be the same issue, it's hard to tell with the length of the conversation around #4700. In my opinion for "advanced" users there should be a preference to disable continuous scanning of the serial ports and only scan on upload. |
Related pull request #4792 links to http://downloads.arduino.cc/liblistSerials/liblistSerials-1.1.0.zip as the new replacement for Arduino\lib\liblistSerialsj.dll - that seems to have resolved it for me. |
The fix for this problem has been merged in mainline so it will be included in 1.6.9. |
On Windows it appears that IDE 1.6.8 is claiming access to every single serial port on the PC. This is really undesirable as it prevents you from using the serial ports for any other tasks.
The text was updated successfully, but these errors were encountered: