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.
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?
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.htmlspecially Check the point 5
I can asure frank26080115 your problems will dissapear