Arduino mega 2560 無法透過 USB 連接

Arduino mega 2560 無法透過 USB 連接

我不知道這是問這個問題的正確地方,但我認為這裡有足夠的知識來解決我的問題。

當我透過 USB 連接 arduino mega 2560 時,在「dmesg | tail」命令中收到以下錯誤訊息:

$ dmesg | tail
[105846.261662] ch341 3-11:1.0: ch341-uart converter detected
[105846.263526] ch341-uart: probe of ttyUSB0 failed with error -71
[105890.572837] usb 3-11: USB disconnect, device number 31
[105890.573050] ch341 3-11:1.0: device disconnected
[105896.342699] usb 3-11: new full-speed USB device number 32 using xhci_hcd
[105896.471954] usb 3-11: New USB device found, idVendor=1a86, idProduct=7523
[105896.471957] usb 3-11: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[105896.471958] usb 3-11: Product: USB2.0-Serial
[105896.472453] ch341 3-11:1.0: ch341-uart converter detected
[105896.472565] ch341-uart: probe of ttyUSB0 failed with error -71

arduino IDE 中無法選擇串列埠。但是當我將 uno 連接到我的 ubuntu 16.04 盒子時,會出現一個序列埠。

我在我兄弟的Windows筆記型電腦上測試了mega,並且我可以上傳。所以到目前為止我的結論是,如果 arduino 確實連接在 Windows 盒子上,問題就不是有問題的 arduino。這不應該是權限問題,因為 uno 確實連線了。

我應該如何開始解決這個問題?錯誤訊息到底說了什麼?問題根源在哪裡?

謝謝!

相關內容