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

Can't connect to serial port of Raspberry Pi Pico #365

Closed
benevpi opened this issue May 10, 2021 · 3 comments
Closed

Can't connect to serial port of Raspberry Pi Pico #365

benevpi opened this issue May 10, 2021 · 3 comments
Assignees
Labels
status: waiting for information More information must be provided before work can proceed topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@benevpi
Copy link

benevpi commented May 10, 2021

Describe the bug
I can program the Pico from Arduino IDE 2.0, but not connect to the serial port even when the serial port is enabled and producing output (that can be read from Arduino IDE 1.8

To Reproduce
Select Raspberry Pi Pico as the board. It will show as not connected, but this doesn't seem to stop us programming it.

Connect Pico, load example > Communication > ASCIITable

Load this to board (you may have to restart the Pico while holding down bootsel before trying to load the sketch)

One it's loaded, the board should have a serial output. If you go to Select Other Board and Ports and check show all ports, the list is empty

If I now close the IDE 2.0 and open Arduino IDE 1.8, I can select the serial port and open the serial monitor, and the information is there correctly

Expected behavior
The serial monitor should open and display the details of the Ascii table

Desktop (please complete the following information):

  • OS: Windows
  • Version: 2.0 beta 5
@benevpi
Copy link
Author

benevpi commented May 10, 2021

It's started working. I don't know why it's started working, but it has.

@cmaglie cmaglie removed the type: bug label Sep 16, 2021
@rsora rsora added the type: imperfection Perceived defect in any part of project label Sep 22, 2021
@per1234 per1234 added the topic: code Related to content of the project itself label Oct 25, 2021
@per1234
Copy link
Contributor

per1234 commented Oct 25, 2021

Thanks for your report @benevpi. Have you had any additional occurrences of this issue since the time of your report? I have experienced something similar (#573), though it affect all ports, so not specific to the Pico. For me, the issue is intermittent, which might match with your report of the problem having gone away without explanation. If yours is also intermittent and you have continued using Arduino IDE 2.x, then you would likely have experienced it again since you last wrote here.

@per1234 per1234 added the status: waiting for information More information must be provided before work can proceed label Nov 2, 2021
@per1234
Copy link
Contributor

per1234 commented Nov 3, 2021

I'll go ahead and close this as either resolved or covered by #573.

@per1234 per1234 closed this as completed Nov 3, 2021
@per1234 per1234 self-assigned this Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for information More information must be provided before work can proceed topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

4 participants