Arduino与计算机错误的通信

Arduino与计算机错误的通信,arduino,serial-communication,uno,avrdude,Arduino,Serial Communication,Uno,Avrdude,我的Arduino Uno R3在Uno停止与计算机通信时正常工作。设备管理器可以看到uno,它不是硬件或代码,因为我试图上传Blink示例代码,但没有效果。我确信所有的驱动程序都是最新的,我选择了正确的端口和Arduino 这是它给我的错误消息: Arduino:1.8.10(Windows 10),板:“Arduino Uno” 这可能是一根损坏的USB电缆。这似乎不是一个与编程相关的问题,这使得它脱离了这里的主题。您可以在上获得帮助,但我建议您在发布之前查看他们的帮助中心页面,以确保该网站

我的Arduino Uno R3在Uno停止与计算机通信时正常工作。设备管理器可以看到uno,它不是硬件或代码,因为我试图上传Blink示例代码,但没有效果。我确信所有的驱动程序都是最新的,我选择了正确的端口和Arduino

这是它给我的错误消息:

Arduino:1.8.10(Windows 10),板:“Arduino Uno”


这可能是一根损坏的USB电缆。这似乎不是一个与编程相关的问题,这使得它脱离了这里的主题。您可以在上获得帮助,但我建议您在发布之前查看他们的帮助中心页面,以确保该网站适合您的问题。您可以在中找到此网站的指南。
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x20
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x20
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x20
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x20
avrdude: ser_recv(): read error: The I/O operation has been aborted because of either a thread exit or an application request.


avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x20
the selected serial port avrdude: stk500_recv(): programmer is not responding
 does not exist or your board is not connected
avrdude: ser_send(): write error: sorry no info avail
avrdude: ser_recv(): read error: The device does not recognize the command.


avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x20
avrdude: ser_send(): write error: sorry no info avail
avrdude: ser_recv(): read error: The device does not recognize the command.


avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x20
avrdude: ser_send(): write error: sorry no info avail
avrdude: ser_recv(): read error: The device does not recognize the command.


avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x20
avrdude: ser_send(): write error: sorry no info avail
avrdude: ser_recv(): read error: The device does not recognize the command.


avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x20
avrdude: ser_send(): write error: sorry no info avail
avrdude: ser_recv(): read error: The device does not recognize the command.


avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x20
avrdude: ser_drain(): read error: The device does not recognize the command.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.```