Closed joaobarros closed 14 years ago
Was the serial monitor open at the time or did it go right to the failure?
It happens in a freshly opened IDE. I just noticed the serial monitor reports the same: Serial port already in use.
I just got file upload and serial monitor working creating the locks dir as mentioned here: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1211165807/9#9 I can't seem to find out what version of the rxtx library antipasto is using but maybe the final solution is on a library upgrade: http://rxtx.qbang.org/wiki/index.php/FAQ#On_MacOS_X_I_get_a_.27PortInUseException.27.2C_even_though_it_isn.27t.3F
I think the version of rxtx is at 2.7.1
If I read that rxtx wiki correctly it seems that the Mac OS X locks dir update is in the prerelease build?
The rxtx serial library was upgraded 0.8.38 which should have addressed this issue. Closing issue.
v0.8.37 compiled from github OSX 10.6.2
processing.app.SerialException: Serial port '/dev/tty.usbserial-A600aSyM' already in use. Try quiting any programs that may be using it. at processing.app.Serial.(Unknown Source)
at processing.app.Serial.(Unknown Source)
at antipasto.GUI.ImageListView.ImageListPanel$3.run(Unknown Source)
at java.lang.Thread.run(Thread.java:637)
Same problem in Windows Vista SP2