Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COM connection failed on win11 with ESP32 and 4.0.x #255

Open
wiechers opened this issue Oct 16, 2024 · 1 comment
Open

COM connection failed on win11 with ESP32 and 4.0.x #255

wiechers opened this issue Oct 16, 2024 · 1 comment
Labels
help wanted Extra attention is needed question Further information is requested response awaited Waiting for a response otherwise this issue will be closed. Windows

Comments

@wiechers
Copy link

Please provide a clear and concise description of the bug along with logs

What are the steps to reproduce this issue?

  1. Use VSCode & MicroPico on Win 11 connected to an ESP32 w/ micropython FW installed
  2. connect ESP to serial port

What happens?

MicroPico can't connect e.g. to COM6 - permission denied

What were you expecting to happen?

connection should work

Any logs, error output, etc?

(To get extension logs see Terminal > Output > Extension Host and copy output concerning pico-w-go or micropico)
(If it’s long, please paste to https://gist.github.com and insert the link here)
Popup's:

  • Error entering raw repl
  • Opening COM6: Access denied

Any other comments?

works pretty well w/ [3.8.4]

Which version of MicroPico are you using?

[4.0.6]

Support info

Copy this from the Help -> Info/About -> Copy (Code -> About Visual Studio Code -> Copy on macOS) option in Visual Studio Code:

Version: 1.94.2 (user setup)
Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427
Date: 2024-10-09T16:08:44.566Z
Electron: 30.5.1
ElectronBuildId: 10262041
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631
@wiechers wiechers added the bug Something isn't working label Oct 16, 2024
@paulober paulober added help wanted Extra attention is needed question Further information is requested and removed bug Something isn't working labels Nov 17, 2024
@paulober
Copy link
Owner

paulober commented Nov 17, 2024

On Windows you have to manually install the appropriate driver for the USB to UART Bridge for some boards.
The default would be the CP2102 on an ESP32-WROOM-32 for example. Its driver can be found here silicon labs if i remember correctly. Have you made sure it is installed? Also make sure no other program that could access the board is running.

@paulober paulober closed this as not planned Won't fix, can't repro, duplicate, stale Nov 17, 2024
@paulober paulober reopened this Nov 17, 2024
@paulober paulober added response awaited Waiting for a response otherwise this issue will be closed. Windows labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested response awaited Waiting for a response otherwise this issue will be closed. Windows
Projects
None yet
Development

No branches or pull requests

2 participants