-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PermissionError(13, 'Access is denied.', None, 5) (ESPTOOL-334) #682
Comments
Hi @a4004, |
Hello @radimkarnis |
I have just downgraded the version to 3.0 through |
It appears I might've resolved this issue now. It turns out Malwarebytes might have been interfering with the program 😂 |
In my case I reinstalled drivers from https://sparks.gogo.co.nz/assets/_site_/downloads/CH34x_Install_Windows_v3_4.zip with Admin Rights, seeing as permission access is in question. This is on a windows system, so right click run as admin seem to have solved issue. |
This worked for me (ErikRust) updated CH34x driver. |
ErikRust, thank you so much my ESP32-8048S043C was struggling to connect to the serial port. Following your solution solved the problem. |
Thank you very much, it works well now for me too. |
i have been trying for 4 hours trying to get my chip to work, THANK YOU |
Other settings I recommend:
|
Operating system
Microsoft Windows® 10 Version 21H1 Build 19043.1288
Python version
Python 3.9.7
What Chip
ESP8266
What development board or other hardware is the chip attached to
NodeMCU 1.0 ESP-12E
Is anything else attached to the development board, except for the serial flasher connections?
No
Are you running esptool.py from an IDE such as Arduino or Eclipse?
No IDE, Windows command prompt
Full esptool.py command line that was run:
py -m esptool --port COM5 read_mac
Full output from esptool.py
Do you have any other information from investigating this?
This problem is not present in
esptool.py v3.0
(a compiled binary was used)The problem is not present when not specifying the COM port i.e.
py -m esptool read_mac
. esptool.py successfully identifies the NodeMCU on COM5 and reads the MAC address successfully.The text was updated successfully, but these errors were encountered: