Hi,
Whenever I click on the "Tools" menu in arduino-1.5.7 on Windows 7 64-bit, I see a delay of approx 4 seconds before the menu opens up.
I have several serial ports (including Bluetooth and USB/Serial converters), and in the past the fix from http://forum.arduino.cc/index.php?topic=46977.15 has really helped me. In arduino-1.0.5-r2 the "Tools" menu opens instantaneously. Respective code change seems to be here: applying proposed patch from http://arduino.cc/forum/index.php/topic,… · arduino/RXTX@271d04f · GitHub
Could the delay in arduino-1.5.7 be due to using JSSC instead of RXTX as the serial port access library ?
Why has Arduino switched from RXTX to JSSC in the first place ?
Could the port detection be improved in JSSC too ?
Thanks for any pointers!
Martin