hi
i am using the arduino now for a few years and i love it!!!
today i got a little problem and after searching for hours in the web i don't know what to do now but lets go step by step.
the last week i updated my os to MacOS 10.7 Lion.
today i wanted to start a new arduino project.
i installed the arduino IDE and the driver for the serial controller on the board.
i installed java runtime enviroment version SE 6 from Apple Inc.
i can select the board and i can select the right serial port, in my case: cu.usbserial-A800elg2 for the arduino duemilanove
but when i try to upload the code the error message is:
Binary sketch size: 1018 bytes (of a 30720 byte maximum)
processing.app.SerialException: Serial port '/dev/cu.usbserial-A800eIg2' already in use. Try quiting any programs that may be using it.
at processing.app.Serial.(Serial.java:144)
at processing.app.Serial.(Serial.java:76)
at processing.app.debug.Uploader.flushSerialBuffer(Uploader.java:75)
at processing.app.debug.AvrdudeUploader.uploadViaBootloader(AvrdudeUploader.java:93)
at processing.app.debug.AvrdudeUploader.uploadUsingPreferences(AvrdudeUploader.java:56)
at processing.app.Sketch.upload(Sketch.java:1603)
at processing.app.Sketch.exportApplet(Sketch.java:1568)
at processing.app.Sketch.exportApplet(Sketch.java:1524)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2293)
at java.lang.Thread.run(Thread.java:680)
processing.app.debug.RunnerException: Serial port '/dev/cu.usbserial-A800eIg2' already in use. Try quiting any programs that may be using it.
at processing.app.debug.Uploader.flushSerialBuffer(Uploader.java:99)
at processing.app.debug.AvrdudeUploader.uploadViaBootloader(AvrdudeUploader.java:93)
at processing.app.debug.AvrdudeUploader.uploadUsingPreferences(AvrdudeUploader.java:56)
at processing.app.Sketch.upload(Sketch.java:1603)
at processing.app.Sketch.exportApplet(Sketch.java:1568)
at processing.app.Sketch.exportApplet(Sketch.java:1524)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2293)
at java.lang.Thread.run(Thread.java:680)
i have also tried it with a arduino mega and a arduino pro mini 5V.
i couldn't find any other program and i am sure there is none that uses this serial port.
i also tried to use another RXTX library but i couldn't find any that works.
this sucks because i need this for a school project i should make...
i hope anyone of you got an idea who to fix that...
greetins form austira and please excuse my bad english =)
greetins Hoonse
