8000 Raspberry Pi Pico CircuitPython COM port conflict · Issue #10313 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content

Raspberry Pi Pico CircuitPython COM port conflict #10313

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

Closed
bernard01 opened this issue May 6, 2025 · 4 comments
Closed

Raspberry Pi Pico CircuitPython COM port conflict #10313

bernard01 opened this issue May 6, 2025 · 4 comments
Labels
Milestone

Comments

@bernard01
Copy link

CircuitPython version and board name

Adafruit CircuitPython 10.0.0-alpha.4 on 2025-05-05; Raspberry Pi Pico with rp2040
Board ID:raspberry_pi_pico
UID:E6635C08CB228427

Code/REPL

print("Hello)

Behavior

The serial connection to COM7: is dropped.

Description

CIRCUITPY drive is visible.
Console serial connection on COM7: is immediately dropped because COM7: is used by "Standard Serial over Bluetooth Link"
%BOARD_80F4% CircuitPython (80F4:00) (COM7)

I have another board (Waveshare RP2040-Zero) where, with the same software version, the port number is COM14.

I should say that I have Windows 7. Otherwise it seems to work fine.

Additional information

Image

@bernard01 bernard01 added the bug label May 6, 2025
@bernard01
Copy link
Author

I disabled the conflicting Bluetooth link (COM7) which solves the problem because I do not use that port.

@tannewt tannewt added this to the Third-party milestone May 7, 2025
@tannewt
Copy link
Member
tannewt commented May 7, 2025

I have no idea how Windows 7 allocates COM numbers. I doubt we have any influence over it.

@ladyada
Copy link
Member
ladyada commented May 11, 2025

this has nothing to do with us, you can manually set the COM port if desired here
https://learn.microsoft.com/en-us/answers/questions/452998/how-to-assign-static-com-port-number-to-a-device
probably a good idea to update to win 10 sometime soon
https://learn.microsoft.com/en-us/troubleshoot/windows-client/windows-7-eos-faq/windows-7-end-support-faq-general

@ladyada ladyada closed this as completed May 11, 2025
@bernard01
Copy link
Author

I have upgraded Windows. It was overdue. All good now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
0