Skip to content

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

Closed
dlabun opened this issue Apr 22, 2016 · 5 comments
Closed

Arduino IDE 1.6.8 Blocks access to all serial ports #4886

dlabun opened this issue Apr 22, 2016 · 5 comments
Labels
Type: Bug Type: Duplicate Another item already exists for this topic

Comments

@dlabun
Copy link

dlabun commented Apr 22, 2016

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.

@rglenn
Copy link

rglenn commented May 1, 2016

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.

@rglenn
Copy link

rglenn commented May 1, 2016

@dlabun This might be a the same issue as #4700

@dlabun
Copy link
Author

dlabun commented May 1, 2016

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.

@rglenn
Copy link

rglenn commented May 1, 2016

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.

@facchinm
Copy link
Member

facchinm commented May 2, 2016

The fix for this problem has been merged in mainline so it will be included in 1.6.9.
In the meantime you could use the nightly version as it already contains the fix 😄

@facchinm facchinm closed this as completed May 2, 2016
@per1234 per1234 added Type: Bug Type: Duplicate Another item already exists for this topic labels Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Type: Duplicate Another item already exists for this topic
Projects
None yet
Development

No branches or pull requests

4 participants