Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/arduino/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Serial port Arduino UNO R3上的串行通信问题_Serial Port_Arduino - Fatal编程技术网

Serial port Arduino UNO R3上的串行通信问题

Serial port Arduino UNO R3上的串行通信问题,serial-port,arduino,Serial Port,Arduino,在Windows 7 64位计算机上尝试此操作。首先,我用usb线将Arduino板插入电脑。这给了我一个稳定的光从L和LED上 Windows开始自动安装一些驱动程序。完成后,我检查了设备管理器,发现设备被识别为“USB-SERIAL CH340(COM3)”,windows状态为“此设备工作正常” 然后我运行了Arduino IDE。所选文件->示例->01.基础->闪烁。 检查工具->线路板->Arduino UNO和工具->端口->COM3 如果我随后编译并上传,经过长时间等待后,我会收

在Windows 7 64位计算机上尝试此操作。首先,我用usb线将Arduino板插入电脑。这给了我一个稳定的光从L和LED上

Windows开始自动安装一些驱动程序。完成后,我检查了设备管理器,发现设备被识别为“USB-SERIAL CH340(COM3)”,windows状态为“此设备工作正常”

然后我运行了Arduino IDE。所选文件->示例->01.基础->闪烁。 检查工具->线路板->Arduino UNO和工具->端口->COM3

如果我随后编译并上传,经过长时间等待后,我会收到以下消息:

Problem uploading to board.  See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xc1

在这一点上,我已经尝试了Arduino软件的旧版本。另外两台电脑(其中一台运行Win10)和我做了一个环回测试,但没有任何效果。。当USB电缆插入时,指示灯ON和L始终持续点亮。TX灯从不闪烁或其他任何东西。我还应该能够使用重置按钮吗?它一点作用也没有。。我想我至少可以看到LED闪烁或其他东西?

看看这个:事实上,您的Arduino显示为USB-SERIAL CH340可能表明您没有安装正确的驱动程序。

这似乎是一个驱动程序问题,伙计。尝试卸载驱动程序,然后从“C:/programs data/arduino/drivers”(或您安装的任何程序)安装。我是linux用户,对此路径感到抱歉。已经尝试过了。Windows告诉我那里没有合适的驱动程序,我遵循了该指南。。但是,如果我尝试选择“C:\Program Files(x86)\Arduino\Drivers”,windows将无法识别它们是否适合该设备。。如果我强制安装,我会得到一个错误代码10,设备无法启动请在arduino IDE中检查您的配置:*工具→ 编程器=AVRISP mkll*板→ arduino取消选中,并在您下载最新的arduino IDE时进行设置。它将在非管理员zip文件中包含所有驱动程序。