Arduino Uno Upload Fails

本小妞迷上赌 提交于 2020-01-02 08:42:05

问题


I have received an arduino uno and some code for it as part of a project I am working on. I have never worked with them before so this is a completely new experience for me.

I am using the Arduino application from their website and when I compile the code it works fine. When I upload however I get the error:

avrdude: stk500_getsync(): not in sync: resp=0x41

I have looked at every single google result returned for this and I haven't gotten anywhere. I have tried uploading on 3 different machines with a minimum of two different operating systems on each machine. How on earth do I get it to accept this code?

Thanks in advance!


回答1:


RX and TX pins should be disconnected during programming the device. Check this.



来源:https://stackoverflow.com/questions/14056166/arduino-uno-upload-fails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!