No relevant serial ports are listed in Tools > Serial Port > .
Only listed ports are /dev/tty.Bluetooth-PDA-Sync, /dev/cu.Bluetooth-PDA-Sync, /dev/tty.Bluetooth-Modem, /dev/cu.Bluetooth-Modem.
Tried all of them. Always the same orange in arduino console. "processing.app.SerialException: Serial port '/dev/tty.Bluetooth-Modem' already in use. Try quiting any programs that may be using it."
or if no bluetooth port is selected: "processing.app.SerialNotFoundException: Serial port 'COM1' not found. Did you select the right one from the Tools > Serial Port menu?"
Using Snow Leopard 10.6.8 on MacBook Pro, all software up to date via software update.
The Uno worked on my PPC G5 for the past year. The "solution" to "just use the G5" is no longer an option.
Never had a "Network detected" dialog when plugging in Arduino Uno on Snow Leopard 10.6.8 on MacBook Pro.
Changed out 4 different USB cords, all tested in working order. All USB ports directly on the computer were tried.
When connected the Uno green "ON" LED is on and "L" LED is flashing most likely due to "Blinking Light" (File > Examples > Basic > Blink) example currently running and was uploaded from the PPC G5.
Tried IDE's arduino-1.0.1, arduino-1.0.2, arduino-1.0.3, arduino-1.5.2b.
Tossed out /Users/user1/Library/Arduino/preferences.txt and /Users/user1/Library/Preferences/cc.arduino.Arduino.plist
Tried IDE's arduino-1.0.1, arduino-1.0.2, arduino-1.0.3, arduino-1.5.2b.
Tried restarting the IDE with the board connected to the computer and also connecting before IDE start.
All firewalls were off. Went thru the Activity Monitor and force quit anything that might hold USB ports, example Image capture. They do start right back up.
Tried this http://www.cmiyc.com/blog/2012/10/08/arduino-fixing-serial-port-in-use/
ls -l /var/lock
sudo mkdir /var/lock
sudo chmod 777 /var/lock
Opened "Get Info", tried "Open using Rosetta", liberated the user permissions.
Uno R3 version .0001 purchased from Sparkfun.com 12-2011. Stock UNO, no modifications, nothing connected but the USB cord.
Pointless but I installed the FTDI drivers.
The Uno is selected in Tools > Board
Uninstalled my usrobotics 56K USB Modem model 5637 from network preferences.
I have turned off bluetooth in System Preferences. Tried all the above. I have turned on bluetooth in System Preferences. Tried all the above.
From USB menu on "System Profiler"
Communication Device:
Product ID: 0x0043
Vendor ID: 0x2341
Version: 0.01
Serial Number: 64935343533351801222
Speed: Up to 12 Mb/sec
Manufacturer: Arduino (www.arduino.cc)
Location ID: 0x3d100000 / 2
Current Available (mA): 500
Current Required (mA): Unknown (Device has not been configured)
I've scoured the troubleshooting forums and http://www.arduino.cc/en/Guide/Troubleshooting#upload, and googled and googled and googled. I really appreciate the input but no one has a solution. Like so many other Mac users on 10.6 to 10.7 with the loss of serial port choices, I'm disappointed that I can't use my Arduino. Perhaps an option would be to use a bluetooth/wifi interface but I feel for now I've lost the faith.
Serial Monitor Output:
processing.app.SerialException: Serial port '/dev/tty.Bluetooth-Modem' already in use. Try quiting any programs that may be using it.
at processing.app.Serial.(Serial.java:171)
at processing.app.Serial.(Serial.java:92)
at processing.app.SerialMonitor.openSerialPort(SerialMonitor.java:207)
at processing.app.Editor.handleSerial(Editor.java:2481)
at processing.app.Editor$17.actionPerformed(Editor.java:665)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:95)
at java.awt.MenuItem.processActionEvent(MenuItem.java:650)
at java.awt.MenuItem.processEvent(MenuItem.java:609)
at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:343)
at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:331)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:713)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:669)
at java.awt.EventQueue$2.run(EventQueue.java:667)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:683)
at java.awt.EventQueue$3.run(EventQueue.java:681)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:680)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)