I searched and keep finding the same info regarding Arduino on a Mac (10.5) and having serial port errors. I keep having a fault that the serial port is already in use. I've closed every application except Arduino and disabled all Bluetooth/PDA options. Pretty much followed all the troubleshooting in the user guide.
Is there an application I could be missing? I'm not new to Mac, but I'm no expert either.
Not sure if i'm having the same issue as Rogue_Hero, but i do not know which serial port to choose from after first launching the Arduino IDE. Arduino is plugged in w/ green light on, yellow light blinking.
Running the command "lsof | grep usbmodem" in a Terminal will list all processes which are using the serial port. If you are getting the error "Serial Port in Use" please run this command and post the results.
Not sure, i don't even have that phone anymore... i type "LSOF | GREP USBMODEM" lower case and without the quotation marks. I first copy and pasted the text when you first posted it.
I'll try selecting the tty one, i have been going off the "Getting started with Arduino Book". They said to select dev cu usbserial... Do you think the info in the book is outdated?
No. In the Arduino IDE, you should be select the line that is similar to "tty.usbmodem" which is what I think your original question was (but I kind of missed it.)