Normally, plugging in the Arduino to a Mac creates /dev/tty.usbmodemXXXX but on Mac OS X 10.8 (Mountain Lion) it does not. How can I get this operating system to see the device?
7 Answers
Many sources that come up in Google searches say that you don't need to install the FTDI drivers for newer Arduinos (Since the Uno or Mega). If you have an Arduino Mega this may lead you to believe you don't need them. However, some older revisions of the Arduino Mega do in fact need these drivers, so if you don't see the device in /dev/tty.usbmodemXXXX try installing the FTDI drivers.
Get the latest drivers from here: http://www.ftdichip.com/Drivers/VCP.htm
- 261
I just went through this on my OS X 10.8 machine. I did in fact need to install the drivers you mentioned for my Arduino Nano but not for my Uno 3. A quick re-launch of the Arduino IDE caused the Nano to show up in the list.
- 101
I've experienced inconsistent connections to a Due board with OS X 10.8.2 when using a single USB cable to supply power and communications. You might try using a second USB connection on boards that support it or an external power supply.
There is something fishy with how the Due interacts with OSX. You can get it to work by pressing the erase button between sketch downloads:
Downloading these drivers worked for me:
http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx
My Arduino Mega 2560 was actually a MultiWii PRO Flight Controller from Hobby King.
Although the clock speed seems to be off a little.
I have an Osepp Uno R3 Plus. Although it's an Uno, it uses the FTDI chip, so installing the FTDI driver was what it needed.
- 1
I've manage to see /dev/tty.usbserial-* after installing above mentioned FTDI driver http://www.ftdichip.com/Drivers/VCP.htm. This is on MacOS 10.8.5, Arduino IDE 1.0.5, and Arduino Mega with ARMEGA1289 16AU 0849 chip.