Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

Upload Debug

This is the error I receive while trying to upload to the Arduino. I have installed FTDI drivers for mac. (http://www.ftdichip.com/Drivers/VCP/MacOSX/FTDIUSBSerialDriver_v2_2_18.dmg)

The board is part of a quadcopter: https://www.hobbyking.com/hobbyking/store/uh_viewItem.asp?idProduct=50460

The processor is an Atmel 328P. Do I have the correct drivers?

What else could be the issue?

share|improve this question

migrated from electronics.stackexchange.com Jul 6 '14 at 17:01

This question came from our site for electronics and electrical engineering professionals, students, and enthusiasts.

    
You shouldn't need to load any drivers for your Mac; it should (mine does) recognize your FTDI USB device the moment you plug it in. – JRobert Sep 6 '14 at 0:07

You may have wrong port: /dev/tty.usbserial-A9007LXq works with Duemilanove on my Mac.

share|improve this answer
    
You can check this by opening a terminal and typing in ls/dev/tty. and then hitting tab. It should tell you all the open ports – Treesrule14 Sep 5 '14 at 14:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.