ESP8266 串行 USB 适配器在 Ubuntu 上不起作用

ESP8266 串行 USB 适配器在 Ubuntu 上不起作用

因此我需要使用 Arduino IDE 对小型 ESP8266 微控制器进行编程。但是我的 Ubuntu 系统无法检测到与串行转 USB 适配器连接的电路板。适配器:https://www.ebay.de/itm/USB-to-ESP8266-Serial-Wireless-Wifi-Module-Developent-Board-8266-Wifi-Adapter-/192035277895

插入两者后我运行了 dmesg 并得到了以下结果:

[  198.724616] usb 3-2: new full-speed USB device number 3 using xhci_hcd
[  198.873179] usb 3-2: config 1 has 0 interfaces, different from the descriptor's value: 1
[  198.873763] usb 3-2: language id specifier not provided by device, defaulting to English
[  198.874001] usb 3-2: New USB device found, idVendor=1a86, idProduct=5503, bcdDevice= 2.54
[  198.874004] usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
SERIAL.874007] usb 3-2: Product: USB

我已经在 Arduino IDE 上安装了主板管理器,甚至还为 CH430 安装了额外的驱动程序。但主板仍然没有 tty 标记或类似的东西。任何帮助都非常感谢!

提前致谢!

相关内容