Adding Arduino makes runnning program very slow

edited February 2014 in Arduino

I had a very clean sketch running perfectly, but as soon as I added the arduino library and started to make it work, the project became very slow. When I hit run, it takes up to a minute to launch the program. The setup function runs (I get output from that) but the draw function seems to be taking forever. I'm using Processing 2.0b7 with the latest Arduino library on Windows 7 Professional 64bit. Has anyone else had this problem or does anyone know how to solve it? Thanks!

Answers

  • I would suggest you download processing 2.1.1 since 2.0b7 was released before finalizing the 2.0 processing version.

Sign In or Register to comment.