error
#1857
Replies: 1 comment 4 replies
-
You need python 3.8.xx or higher for new versions of bCNC. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
File "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner
self.run()
File "C:\Python27\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\bCNC-0.9.911\Sender.py", line 845, in serialIO
self.serial.write(b"?")
File "build\bdist.win-amd64\egg\serial\serialwin32.py", line 323, in write
raise writeTimeoutError
SerialTimeoutException: Write timeout
What is that?
Beta Was this translation helpful? Give feedback.
All reactions