解决Mac上无法对Arduino Nano编程的问题

用Mac对Nano编程,但是碰到了这个问题

Screen Shot 2014-02-04 at 1.18.31 PM

点击下载后,出现了这个问题
avrdude: stk500_recv(): programmer is not responding
我能保证Board和Serial都没有选错,板子型号为: Arduino Nano w/ ATmega328, 串口为: /dev/tty.usbserial-A92D9FNR,但是还是出现问题。
截图当中,为了模拟这个问题,所以将串口选到了/dev/tty.Bluetooth-incoming-Port,所以,出现这个问题,第一就应该先检查板子型号和对应的串口名称,因为最可能是这方面出现的错误。

经过搜索,发现网上也有同样的问题:
http://forum.arduino.cc/index.php?topic=123573.0
全文如下

I had the same problem!

If you are using an Arduino Nano w/ OSX you need to install the drivers.

Download and execute it:

http://www.ftdichip.com/Drivers/VCP/MacOSX/FTDIUSBSerialDriver_v2_2_14.dmg

And you'll find this files:

    FTDIUSBSerialDriver_10_3.pkg which is specific to OSX 10.3 (Panther)
    FTDIUSBSerialDriver_10_4_10_5_10_6.pkg which is specific to OSX 10.4 (Tiger), OSX 10.5 (Leopard)
    and 10.6 (Snow Leopard).


Execute "FTDIUSBSerialDriver_10_4_10_5_10_6.pkg" if you are using OSX 10.5+ (Leopard+)

Best!

所以,到这个网址下载最新的FTDI驱动,安装好就可以使用了 :-)
http://www.ftdichip.com/Drivers/VCP/MacOSX/FTDIUSBSerialDriver_v2_2_14.dmg

1,896 total views, 2 views today

Leave a Reply