|
本帖最後由 k29645806 於 2012-7-1 01:26 編輯
我原本使用win7用arduino UNO在測試藍芽的通訊所以沒有接usb用9V電池供電
但因為藍芽連接不上,我就直接接上了usb,理論上來說應該是沒問題
但程式燒入進去就開始出現怪異現象,
之後原本裝置管理員裡port3的COM,變成了unknown device
上網查資料後照著以下方法做
1) Go to the "Unknown device" which is the Arduino.
2) Click around in the "Hardware" tab to open a window with the "Update Driver" button on it. Click it.
3) Choose the option to find the driver from a list on your computer. Then choose "Let me pick from a list of device drivers on my computer".
4) Scroll down and choose "Ports".
5) Choose "Arduino LLC" and then "Arduino UNO". If there is no "Arduino LLC" option, follow the steps below:
a) Click the "Have Disk" button.
b) Point to the Arduino folder, then to the "drivers" folder, then select the .inf file for your particular device (In my case it was Arduino UNO.inf).
6) Install the driver. Ignore any warning messages about verification of publication.
7) The Arduino should now be listed as a COM port instead of an unknown device. In the IDE click Tools > Serial Port and select the new COM port. In my case it was COM5.
在最後一步出現error code10
網路上我沒有找到可以解決這個的方法...
請問我的板子是壞掉了嗎?還是請問有什麼方法可以解決呢?
ps.這篇有討論到這個議題
http://forums.adafruit.com/viewtopic.php?f=19&t=24141
所以我的解決方法就是把UNO的韌體重燒?
|
|