Windows 7 在其设备管理器中没有“看到”Arduino Uno R3 板

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/26215669/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 18:45:13  来源:igfitidea点击:

Windows 7 does not "see" Arduino Uno R3 board in its Device Manager

windowsarduino

提问by bluevoxel

I'm not sure if this is a proper place to ask such question, but I'm ran of ideas. I have plugged Arduino Uno R3 board to my laptop via USB and I try to install Arduino's drivers, but to do so, I have to have it visible on my Device Manager. And here is a problem, because I do not see anything which can be my Arduino board. I do not have even a Other Devicescategory in it, or a node Unknown Device. In addition, Arduino's the ON led is not lit. I have Windows 7 Home Edition.

我不确定这是否是提出此类问题的合适场所,但我有很多想法。我已经通过 USB 将 Arduino Uno R3 板插入我的笔记本电脑,并尝试安装 Arduino 的驱动程序,但要这样做,我必须让它在我的Device Manager. 这是一个问题,因为我看不到任何可以成为我的 Arduino 板的东西。我什至没有一个Other Devices类别,或者一个 node Unknown Device。另外,Arduino的ON指示灯不亮。我有 Windows 7 家庭版。

采纳答案by bluevoxel

I've found the solution to my problem:

我找到了解决我的问题的方法:

  1. Push Startmenu button and type in the searchbox hdwwiz. Click on hdwwiz.exeand wizard will open.
  2. Choose Install hardware I select from a list.
  3. In the list below select Ports (COM & LPT).
  4. In the next screen you should be able to select Arduinoin the left box.
  5. In the right box you should be able to select your type of Arduino.
  6. You can click Nextin order to try install drivers automatically, or you can click the Have Diskand point to the FTDI USBdrivers located in e.g. C:\Arduino\drivers\FTDI USB Driversdepending where you installed the Arduino 1.X.Xpackage (http://arduino.cc/en/Main/Software#toc2)
  7. After installation is complete in your Device Manageryou should now see Ports (COM & LPT)node and subnode in it called e.g. Arduino Uno (COM3).
  8. Right click on it and go through the instructions described in section 4 Install the driversdescribed at http://arduino.cc/en/Guide/Windows.
  1. Start菜单按钮并在搜索框中键入hdwwiz。单击hdwwiz.exe,向导将打开。
  2. 选择Install hardware I select from a list
  3. 在下面的列表中选择Ports (COM & LPT)
  4. 在下一个屏幕中,您应该能够Arduino在左侧框中进行选择。
  5. 在右侧的框中,您应该能够选择您的Arduino.
  6. 您可以单击Next以尝试自动安装驱动程序,或者您可以单击Have Disk并指向FTDI USB位于的驱动程序,例如C:\Arduino\drivers\FTDI USB Drivers取决于您安装Arduino 1.X.X包的位置(http://arduino.cc/en/Main/Software#toc2
  7. 在您的安装完成后,您Device Manager现在应该会看到Ports (COM & LPT)其中名为 eg 的节点和子节点Arduino Uno (COM3)
  8. 右键单击它并4 Install the drivers按照http://arduino.cc/en/Guide/Windows 中描述的部分中描述的说明进行操作。

PS Before you try solution described above, uninstall your Arduino software, unplug your board, and be sure to FIRSTplug the board to your computer and NEXTinstall the Arduino's software. In some cases it also may be helpful.

PS在尝试上述解决方案,卸载软件的Arduino,拔下主板,并且一定要第一板插入到您的计算机和NEXT安装Arduino的软件。在某些情况下,它也可能有帮助。

回答by arduinofan

I ran into similar problem, you can fix it from device manager. The solution was to select "Let me pick from a a list of device drivers on my computer" once you right click and try to update driver. I got this solution from here: http://eestuffs.com/2017/01/19/fix-arduino-driver-install-problem/

我遇到了类似的问题,您可以从设备管理器中修复它。解决方案是在右键单击并尝试更新驱动程序后选择“让我从计算机上的设备驱动程序列表中选择”。我从这里得到了这个解决方案:http: //eestuffs.com/2017/01/19/fix-arduino-driver-install-problem/

回答by Jayesh

I had similar problem, the IDE was not showing port selection or detecting my board. So, I just installed dpinst-amd64.exe from drivers folders under arduino setup folder. {your path}:\arduino-1.8.3-windows\arduino-1.8.3\drivers and install dpinst-amd64.exe

我有类似的问题,IDE 没有显示端口选择或检测我的板。所以,我刚刚从 arduino 安装文件夹下的驱动程序文件夹安装了 dpinst-amd64.exe。{您的路径}:\arduino-1.8.3-windows\arduino-1.8.3\drivers 并安装 dpinst-amd64.exe

It works fine for me on windows

它在 Windows 上对我来说很好用