首先,我在此之前做了一个大型的研究会议,但我没有找到解决方案来解决我的问题。
我有Arduino以太网芯片,我从Arduino SDK下载了最新的Beta版本(我也尝试了最新的稳定版,同样的结果) 现在,当我尝试编译时,它说:
avrdude:版本6.0.1,于2014年4月3日23:12:16编译 版权所有(c)2000-2005 Brian Dean,http://www.bdmicro.com/ 版权所有(c)2007-2009 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino/hardware/tools/avr/etc/avrdude.conf" Using Port : COM8 Using Programmer : arduino Overriding Baud Rate : 115200 avrdude: Send: 0 [30] [20] avrdude: Send: 0 [30] [20] avrdude: Send: 0 [30] [20]
avrdude:ser_recv():程序员没有响应avrdude:
stk500_recv():程序员没有响应avrdude:stk500_getsync()
尝试1的10:不同步:resp = 0x01
[...]
avrdude:ser_recv():程序员没有回复
avrdude:stk500_recv():程序员没有响应avrdude:
stk500_getsync()尝试10的10:不同步:resp = 0x01
完成了avrdude。谢谢。
是的,我选择了rigth board,是的,我选择了rigth comport,nope,输出1或2中没有电缆。
我也尝试过使用eclipse插件,结果相同(因为它是相同的SDK)
我的操作系统:Windows 8.1 x64 我的程序员:Diamex-AVR 到programmers.txt文件我添加了这段代码:
diamexavr.name = DIAMEX-AVR
diamexavr.communication =串行
diamexavr.protocol = stk500v2
有什么想法吗? 提前致谢, 蜘蛛