Open PythonAmateur742 opened 1 year ago
I was able to reproduce this on a Metro M0 Express. But it may be a Thonny issue, as there is a stack trace in the Thonny backend log. Using a terminal emulator such as TeraTerm to connect to the board shows the correct responses. I have opened an issue with Thonny as well (https://github.com/thonny/thonny/issues/2914).
Another Thonny/SAMD21 bug: https://github.com/adafruit/circuitpython/issues/8038
CircuitPython version
Code/REPL
Behavior
In Thonny: Unable to connect to COM15: port not found
Or similar issues. Like COM15 busy/occupied/no permission
When there was an error introduced into the code (sounds on purpose, but it was accidental), the error wasn't reported by thonny. Error on line xx, blabla was expected, but it didn't do that.
In the REPL, typing dir(board), without importing board first made Thonny freeze up. The REPL wasn't giving back any errors correctly either.
I reverted to version 7 and Thonny and the trinkey behaved normally.
Description
No response
Additional information
No response