Hi Forum,
I searched the Internet and this forum and didn't find an answer for my Question, so please forgive me, if I just searched by using the wrong keywords.
I don't have wifi at the moment and have to use a Huawai UMTS Stick to go online. If I do so, the Arduino IDE is not working anymore. Even if the correct tty-Device is configured in the conf file.
The Huawei device creates three ttyUSBs with numbers depending on the order the devices are plugged in: If I am already online having plugged in the Huawei first, there is
/dev/ttyUSB0
/dev/ttyUSB1
/dev/ttyUSB2
If I then plug in my Arduino (or my FTDI breakout board, or my CP2102 Converter ...) there is another tty:
/dev/ttyUSB3
in that state the IDE does not startup or to put it that way: it starts and immediately crashes without an error message.
Now I disconnect the UMTS device, the ttyUSB3 remains as it was, but now my IDE will start up.
So, is there any way of forbidding the IDE to talk to the wrong ttys?
Btw: If the IDE is already running, it will crash immediately, when I click on the "Tools" menu item.
TOM