unoing 发表于 2014-11-7 08:13:46

用ARDUINO的IDE编译软件编写程序一直上传不了,是怎么回.....


Sketch uses 5,316 bytes (16%) of program storage space. Maximum is 32,256 bytes.
Global variables use 435 bytes (21%) of dynamic memory, leaving 1,613 bytes for local variables. Maximum is 2,048 bytes.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00

提示一直跳出以上提示,是怎么回事?

Jane 发表于 2014-11-7 12:12:49

最简单的代码能编译成功吗?

Rockets 发表于 2014-11-7 13:36:53

一般解决这个问题的流程是这样的。
你先在arduino里面把blink这个样例代码打开,然后正确的选择你的板子,你的端口。
烧录
如果有问题,这个时候就会出现问题,如果这个烧录没有问题,那就说明硬件可能是没有问题的。
然后再看到底是哪里可能出现问题的。先检查程序,然后是线,然后是板子。
另外提问题的时候,建议将代码发上来,如果有ide截图就更好了,这样能方便别人帮你找到问题。否则你就这样发上来一堆错误提示,其实真不知道该怎么帮你解决问题。
你说是吗?

unoing 发表于 2014-11-8 12:22:49

Rockets 发表于 2014-11-7 13:36
一般解决这个问题的流程是这样的。
你先在arduino里面把blink这个样例代码打开,然后正确的选择你的板子, ...

恩恩,说的是,谢谢指导。问题自己已经找到了,谢谢

unoing 发表于 2014-11-8 12:25:26

Jane 发表于 2014-11-7 12:12
最简单的代码能编译成功吗?

现在可以了,谢谢

yhrjt2014 发表于 2014-11-9 18:56:31

。。解决了就好,:L:L:L
还不算太笨
1 t.qq.com/aomenyongl6499
页: [1]
查看完整版本: 用ARDUINO的IDE编译软件编写程序一直上传不了,是怎么回.....