You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: