Esp8266 MOD Nodemcu v3 2026年使用 Arduino 连接出现 A fatal esptool.py error occurred: Cannot configure port, something went wrong. Original message: PermissionError (13, '����ϵͳ�ϵ��豸 û�з������á�', None, 31)
参考
- DeepSeek
- 豆包
- https://forum.arduino.cc/t/uploading-to-esp8266-a-device-attached-to-the-system-is-not-functioning/1334635
- https://forum.arduino.cc/t/uploading-to-esp8266-a-device-attached-to-the-system-is-not-functioning/1334635/2
- https://www.cnblogs.com/ajream/p/18427396
- https://blog.csdn.net/gitblog_09727/article/details/143132785
环境
| 软件/系统 | 版本 | 说明 |
|---|---|---|
| Windows | windows 10 专业版 22H2 64 位操作系统, 基于 x64 的处理器 | 物理机系统 |
| Arduino | 1.8.19 | 由于2.0x打不开,多次尝试未解决后更换为老版本 |
| Esp8266 | Nodemcu v3 |
正文
设备图片
- Esp8266 MOD

日志
- 报错内容
. Variables and constants in RAM (global, static), used 28924 / 80192 bytes (36%) ║ SEGMENT BYTES DESCRIPTION ╠══ DATA 1536 initialized variables ╠══ RODATA 1460 constants ╚══ BSS 25928 zeroed variables . Instruction RAM (IRAM_ATTR, ICACHE_RAM_ATTR), used 60267 / 65536 bytes (91%) ║ SEGMENT BYTES DESCRIPTION ╠══ ICACHE 32768 reserved space for flash instruction cache ╚══ IRAM 27499 code in IRAM . Code in flash (default, ICACHE_FLASH_ATTR), used 252420 / 1048576 bytes (24%) ║ SEGMENT BYTES DESCRIPTION ╚══ IROM 252420 code in flash esptool.py v3.0 Serial port COM6 A fatal esptool.py error occurred: Cannot configure port, something went wrong. Original message: PermissionError (13, '����ϵͳ�ϵ��豸 û�з������á�', None, 31)
驱动下载
注意:官网未找到旧版本下载链接,本驱动自行判断是否安全
- CH341SER_3.5.zip https://files.cnblogs.com/files/xiaqiuchu/CH341SER_3.5.zip?t=1783438258&download=true
解决步骤
根据相关博客说明,2022版本后的 CH340 驱动会出现 PermissionError 问题,切换为旧版本即可。
- Esp8266 MOD 连接电脑
- 设备管理器中卸载旧驱动

- 安装 CH341SER_3.5.zip
- 重启电脑
- 重启后进行烧录,如果烧录失败检查下设备管理器中的驱动版本,有可能会自动更新到最新版,回退驱动后,即可正常烧录

博 主 :夏秋初
地 址 :https://www.cnblogs.com/xiaqiuchu/p/21225074
如果对你有帮助,可以点一下 推荐 或者 关注 吗?会让我的分享变得更有动力~
转载时请带上原文链接,谢谢。
地 址 :https://www.cnblogs.com/xiaqiuchu/p/21225074
如果对你有帮助,可以点一下 推荐 或者 关注 吗?会让我的分享变得更有动力~
转载时请带上原文链接,谢谢。

浙公网安备 33010602011771号