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?
|
|
||||
|
|
migrated from electronics.stackexchange.com Feb 5 at 18:58
|
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: |
|||
|
|
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. |
|||
|
|
|
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 Get the latest drivers from here: http://www.ftdichip.com/Drivers/VCP.htm |
|||||||||||||
|
|
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. |
|||
|
|
|
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. |
|||
|
|