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

Linux Auto Connect does not connect, but manual connect works #256

Open
sk8board opened this issue Oct 21, 2024 · 1 comment
Open

Linux Auto Connect does not connect, but manual connect works #256

sk8board opened this issue Oct 21, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed Linux

Comments

@sk8board
Copy link

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

What are the steps to reproduce this issue?

  1. Auto Connect provides a COM error when connecting a Pico to Linux Mint 21.3
  2. Pico will not connect when using Auto Connect
  3. Manual Connect works as expected

What happens?

Receive a COM error

image

What were you expecting to happen?

Pico to connect to MicroPico

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)
No error shown in terminal since Pico will not connect

Any other comments?

Which version of MicroPico are you using?

v4.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
Release: 24286
Commit: 62f778783c52510c94e687de293bc2ad230f9a67
Date: 2024-10-12T20:14:54.465Z
Electron: 30.5.1
ElectronBuildId: undefined
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Linux x64 5.15.0-124-generic
@sk8board sk8board added the bug Something isn't working label Oct 21, 2024
@paulober paulober added help wanted Extra attention is needed Linux labels Nov 17, 2024
@aleb
Copy link

aleb commented Nov 20, 2024

Despite the serial ports being accessible, the device is not detected automatically:

% sudo chmod a+rw /dev/ttyS*
% ls -l /dev/ttyS*
crw-rw-rw- 1 root uucp 4, 64 20. Nov 16:39 /dev/ttyS0
[...]
crw-rw-rw- 1 root uucp 4, 95 20. Nov 15:05 /dev/ttyS31

Disabling "Micropico: Auto Connect" and setting "Micropico: Manual Com Device" to /dev/ttyS0 does show "Pico Connected", but then shows "Error entering raw repl", which means it did not actually connect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed Linux
Projects
None yet
Development

No branches or pull requests

3 participants