PYBv1.1 Pyboard (2016) can't connect to Windows 11 2022 DELL PC #110
Unanswered
jerrylow2000
asked this question in
Q&A
Replies: 3 comments 3 replies
-
I'm not sure what is causing this problem but the first things to try if you can't connect to a board are:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
@jerrylow2000 it may also be worth confirming that your cable is usb power and data. Some usb cables are power only. In windows search for and open "Device manager" and click the "Ports" toggle. When you plug in your pyboard, a new USB Serial Device should appear. ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear Thomas,
Thank you for your quick reply.
To answer your questions:
1. The board doesn’t show up in the GUI.
2. Yes, it has worked until now and after switching it back to the old computer it worked again.
3. Both computers are windows. The old one is in Japanese (but there the connection works). The new one is in English.
4. I can have a look when I’m in the lab tomorrow.
Thank you and all the best,
Terezie
PhD student
Neural Computation Unit (Doya Unit)
Okinawa Institute of Science and Technology
From: Thomas Akam ***@***.***>
Date: Friday, July 19, 2024 at 19:53
To: pyControl/code ***@***.***>
Cc: Terezie Sedlinska ***@***.***>, Mention ***@***.***>
Subject: Re: [pyControl/code] PYBv1.1 Pyboard (2016) can't connect to Windows 11 2022 DELL PC (Discussion #110)
Hi @terezie-sedlinska<https://github.com/terezie-sedlinska>, can you provide a bit more information about the issue.
* When exactly does the error happen? Does the board show up in the GUI but you are unable to connect, or does it not show up in the GUI at all?
* Does the board work ok on the old computer?
* Are you using a different OS on the two computers? Is the computer OS langauge set to a language other than english?
* Do you see anything in the ErrorLog.txt file in the pycontrol folder?
—
Reply to this email directly, view it on GitHub<#110 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A5JIBXXEJBJYHEJ7S6WJRCTZNDV2NAVCNFSM6AAAAABAR6BQRSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBZGQ3DANY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I'm very new for Pyboard. I tried to use the GUI to connect the board but somehow it couldn't. The error log is following and could anyone answer my problem, thank you.
2023-12-12 18:30:44,758 Traceback (most recent call last):
File "C:\Users\kail\Downloads\pyControl_v1.8.1_TEST\gui\run_task_tab.py", line 71, in
self.connect_button.clicked.connect(lambda: self.disconnect() if self.connected else self.connect())
^^^^^^^^^^^^^^
File "C:\Users\kail\Downloads\pyControl_v1.8.1_TEST\gui\run_task_tab.py", line 257, in connect
self.board = Pycboard(port, print_func=self.print_to_log, data_logger=self.data_logger)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\kail\Downloads\pyControl_v1.8.1_TEST\com\pycboard.py", line 71, in init
self.unique_ID = eval(self.eval('pyb.unique_id()').decode())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 0
SyntaxError: invalid syntax
Beta Was this translation helpful? Give feedback.
All reactions