Atoney 发表于 2015-8-28 22:59:43

上传程序出问题not in sync: resp=0x49

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x49
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x49


提示出现这个。怎么办好??

suoma 发表于 2015-8-30 00:21:19

            换个浏览器试一下

liuxue4503 发表于 2015-8-31 02:12:22

在出现上面那些情况之前,是不是会有一段时间好像是卡住一样?
这种情况很有可能是你的Arduino串口还在忙着做其它事情(不是系统中的串口)。我最近在做两个板子之间的通信就经常忘记把通信线断工,好像出现的就是跟你差不多的信息。如果你的那个串口还在跟其它设备有通信,在下载程序前,最好把另外一端的通信断开。

Atoney 发表于 2015-8-31 23:00:17

liuxue4503 发表于 2015-8-31 02:12 static/image/common/back.gif
在出现上面那些情况之前,是不是会有一段时间好像是卡住一样?
这种情况很有可能是你的Arduino串口还在忙着 ...


没有 是单独 的 没有开串口什么的
页: [1]
查看完整版本: 上传程序出问题not in sync: resp=0x49