【问题标题】:Windows 7 does not "see" Arduino Uno R3 board in its Device ManagerWindows 7 在其设备管理器中没有“看到”Arduino Uno R3 板
【发布时间】:2014-10-06 11:52:21
【问题描述】:

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

【问题讨论】:

  • 不要将您的答案编辑到问题中,而是将您的解决方案移到答案部分并接受它。
  • 但是……您在 15 分钟后回答了自己的问题?无论如何..你为什么要安装 FTDI 驱动程序,因为 Arduino UNO R3 使用 Atmel 芯片?他们还声明Finally, navigate to and select the driver file named "arduino.inf", located in the "Drivers" folder of the Arduino Software download (not the "FTDI USB Drivers" sub-directory).the arduino guide page
  • 仔细阅读我写的内容。谢谢。

标签: windows arduino


【解决方案1】:

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

  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) 节点和其中的子节点,例如Arduino Uno (COM3)
  8. 右键单击它并按照4 Install the drivers 部分中描述的说明进行操作,该部分在http://arduino.cc/en/Guide/Windows 中描述。

PS 在您尝试上述解决方案之前,卸载您的 Arduino 软件,拔下您的开发板,并确保 FIRST 将开发板插入您的计算机,然后 NEXT 安装 Arduino 的软件。在某些情况下,它也可能会有所帮助。

【讨论】:

    【解决方案2】:

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

    【讨论】:

      【解决方案3】:

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

      它在 Windows 上对我来说很好用

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2015-06-27
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多