Arduino starts extremely slow, 20 seconds

It takes 20 seconds on average to get Arduino 1.0.1 to start. This is almost unacceptable. Does anybody else has this issue?

Before you blame my computer, it's a new laptop is running Win 7 Ultimate 64-bit, Sandy Bridge i7, 8 GB of DDR3 RAM, and a OCZ Agility 3 SSD that's on a SATA III port. SolidWorks starts faster than Arduino.

Try to turn off bluetooth, in my case Arduino runs very slow when I have bluetooth SPP com ports active

I too saw the same symptoms several years ago, and when I deleted the bluetooth driver on the PC it went away. Seems that when the IDE starts, it has to ask the OS for what available serial ports there are and that would trigger a bluetooth search for possible active links, which requires retries and timeout and such, so you ended up with the big delay to start. Funny I though they fixed that problem in later IDE releases, but I've never re-installed my bluetooth drivers to see if that is a fact or not?

LEfty

retrolefty:
I too saw the same symptoms several years ago, and when I deleted the bluetooth driver on the PC it went away. Seems that when the IDE starts, it has to ask the OS for what available serial ports there are and that would trigger a bluetooth search for possible active links, which requires retries and timeout and such, so you ended up with the big delay to start. Funny I though they fixed that problem in later IDE releases, but I've never re-installed my bluetooth drivers to see if that is a fact or not?

LEfty

I sent a fix to the guys that work in the serial dll like 3 years ago, but they never fixed the issue. And I posted the fix in google code, but I guess arduino need to use 'tested things'.
I included my fix in this 'enhanced' version: http://arduino.cc/forum/index.php/topic,118440.0.html specially Check the point 5

I can asure frank26080115 your problems will dissapear :wink:

thanks everybody, I'm guessing it's the Bluetooth then

eried, that's quite an excellent mod

wow what happened to verbose? I didn't realize it disappeared until I saw your mod

Now verbose is a settings from Preferences, but I added it with Shift again :stuck_out_tongue: because I don't like to have "verbose=true" always