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
Windows 7 does not "see" Arduino Uno R3 board in its Device Manager
提问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 Devices
category 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:
我找到了解决我的问题的方法:
- Push
Start
menu button and type in the searchboxhdwwiz
. Click onhdwwiz.exe
and wizard will open. - Choose
Install hardware I select from a list
. - In the list below select
Ports (COM & LPT)
. - In the next screen you should be able to select
Arduino
in the left box. - In the right box you should be able to select your type of
Arduino
. - You can click
Next
in order to try install drivers automatically, or you can click theHave Disk
and point to theFTDI USB
drivers located in e.g.C:\Arduino\drivers\FTDI USB Drivers
depending where you installed theArduino 1.X.X
package (http://arduino.cc/en/Main/Software#toc2) - After installation is complete in your
Device Manager
you should now seePorts (COM & LPT)
node and subnode in it called e.g.Arduino Uno (COM3)
. - Right click on it and go through the instructions described in section
4 Install the drivers
described at http://arduino.cc/en/Guide/Windows.
- 按
Start
菜单按钮并在搜索框中键入hdwwiz
。单击hdwwiz.exe
,向导将打开。 - 选择
Install hardware I select from a list
。 - 在下面的列表中选择
Ports (COM & LPT)
。 - 在下一个屏幕中,您应该能够
Arduino
在左侧框中进行选择。 - 在右侧的框中,您应该能够选择您的
Arduino
. - 您可以单击
Next
以尝试自动安装驱动程序,或者您可以单击Have Disk
并指向FTDI USB
位于的驱动程序,例如C:\Arduino\drivers\FTDI USB Drivers
取决于您安装Arduino 1.X.X
包的位置(http://arduino.cc/en/Main/Software#toc2) - 在您的安装完成后,您
Device Manager
现在应该会看到Ports (COM & LPT)
其中名为 eg 的节点和子节点Arduino Uno (COM3)
。 - 右键单击它并
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 上对我来说很好用