So I am building some projects and I stumbled upon a problem, two days ago platformio stopped detecting my board at first errors were: This port doesn’t exit, but now it’s PermissionError.
More accurately: A serial exception error occurred: Cannot configure port, something went wrong. Original message: PermissionError(13, ‘Odmowa dostępu.’, None, 5)
Note: This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection.
I’ve been trying everything, changing COM, reinstalling drivers, manual board reset (hold boot and press reset), used proccess explorer to figure out nothing is using my board. Also board is not even recognized by my PC until i manually reset it as I explained earlier. I was expecting things to get better but nothing really changeg.