sábado, 14 de junio de 2014

Respuesta lenta en IDE de Arduino

Si como yo, estan experimentando problemas de lentitud al abrir los menus del ide de arduino, este problema me aparecio de repente y pense que el problema habia sido alguna librería pero despues de investigar en la web encontre la siguiente nota, que me fué de mucha utilidad:

Slow Response Arduino IDE in Windows

Arduino IDE TOOLS menu is very slow


The following syndromes appear when using a computer with Bluetooth turned on:
  • Arduino IDE takes 30 seconds to start up
  • While other menus are fine, clicking on the “TOOLS” menu, it hangs for another 20 seconds
This problem is caused by the auto-scanning COM ports feature of the Arduino IDE. It gets confused when a Bluetooth COM port is present. To fix this problem, follow the steps below
1. Close all opened Arduino IDE
2. Go to the Arduino IDE directory, e.g. c:\arduino-1.0.1, instead of deleting the rxtxSerial.dll file, rename it to “rxtxSerial_original.dll”


3. Download, unzip and place this rxtxSerial.dll file to the directory





This is a common problem and it is discussed in this thread of the Arduino Forums.


Reproducido de: http://www.hobbyist.co.nz/?q=slow-response-arduino-ide-in-windows