How to disable serial port scan in Arduino IDE

Hi,
I just started using the Arduino IDE (Linux version 2.3.1) with a ESP8266 - works perfect. :grinning:
But one annoying thing is the serial port scan the IDE performs every now and then. This shuts down the communication to my APC UPS for part of a second, which results in warning messages from the background daemon.
Is there any way to stop the IDE scanning the serial ports (or just a specific one)?
Sorry, if I looked in the wrong places for a solution... :thinking:
Many thanks in advance, Peter

Calling @ptillisch as the expert in this area.

Found a workaround for this special case by myself.
I changed the user group of /dev/ttyS5 (where the UPS is connected) to 'root' which is ok for the daemon but my own user can not access this port.
The Arduino IDE now runs without any disruption. :smiley:

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.