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 pyBoard #132

Open
juan-cobos opened this issue Feb 3, 2025 · 2 comments
Open

Can't connect pyBoard #132

juan-cobos opened this issue Feb 3, 2025 · 2 comments

Comments

@juan-cobos
Copy link

I am trying to use the pyControl_GUI.pyw. I installed all the dependencies in a virtual environment and then clone this repo into the same folder. From terminal, I run the pyControl_GUI.pyw file and it seems to work. It detects my pyBoard in the right port but somehow I cannot connect to it.

I have read the suggestions from the docs. I tried RST button and resetting the filesystem, however, it still doesn't work. Are there any other suggestions to deal with connection issues?

Thank you

Juan

Image
Image

@alustig3
Copy link
Contributor

alustig3 commented Feb 3, 2025

Hi @juan-cobos,

I think I ran into this once on Linux and it has to do with UART permissions. From the command line, try changing the UART permissions with the following: chmod 666 /dev/ttyACM0 (or it may require super user privileges in which case it would be sudo chmod 666 /dev/ttyACM0)

Let us know if that works!

Best,
Andy

@juan-cobos
Copy link
Author

Hi @alustig3

It immediately worked!

Thank you so much
Juan

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

No branches or pull requests

2 participants