liquidware / antipasto_arduino

A Liquidware Arduino Distribution
antipastohw.blogspot.com
Other
29 stars 11 forks source link

Can't upload images to Touchshield Slide #6

Closed joaobarros closed 14 years ago

joaobarros commented 14 years ago

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

liquidware commented 14 years ago

Was the serial monitor open at the time or did it go right to the failure?

joaobarros commented 14 years ago

It happens in a freshly opened IDE. I just noticed the serial monitor reports the same: Serial port already in use.

joaobarros commented 14 years ago

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

cladden commented 14 years ago

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?

cladden commented 14 years ago

The rxtx serial library was upgraded 0.8.38 which should have addressed this issue. Closing issue.