A fatal esptool.py error occurred: Cannot configure port, something went wrong. Original message: PermissionError(13, ‘A device attached to the system is not functioning.’, None, 31)esptool.py v3.0
Serial port COM11
A fatal esptool.py error occurred: Cannot configure port, something went wrong. Original message: PermissionError(13, ‘A device attached to the system is not functioning.’, None, 31)
Windows 10:
Windows 10 CH340 Driver
Windows 10 CH340 Driver https://www.dropbox.com/s/y0scfcpfazsph2t/ch341ser.zip?dl=0
Mac OS X:
Mac OS X CH340 Driver
https://www.dropbox.com/s/3jrxlgeac4mjgku/CH341SER_MAC-1.4.zip?dl=0
I’ll provide instructions:
- Close Arduino IDE if it is running.
- Connect the Arduino board to your computer with a USB cable.
- Open the Windows Device Manager.
- Select View > Devices by type from the Device Manager menus.
- Open the “View” menu.
- If there is a ✓ to the left of the “Show hidden devices” menu item, click on “Show hidden devices” to disable it.
- Open the “Ports (COM & LPT)” section of the Device Manager tree.
- You should see a port identified as “USB-SERIAL CH340 (COMn)” under the “Ports (COM & LPT)” section (where “COMn” is some serial port e.g., COM4). Double click on that item.
The “USB-SERIAL CH340 (COMn) Properties” dialog will open. - Select the “Driver” tab of the “USB-SERIAL CH340 (COMn) Properties” dialog.
- Click the “Uninstall Device” button.
The “Uninstall Device” dialog will open. - Check the box next to “☐ Attempt to remove the driver for this device.“.
- Click the “Uninstall” button.
The “Uninstall Device” and “USB-SERIAL CH340 (COMn) Properties” dialogs will close. - Disconnect the USB cable of the Arduino board from your computer.
- Reconnect the USB cable of the Arduino board to your computer.
- Wait for the “USB-SERIAL CH340 (COMn)” device to appear under the “Ports (COM & LPT)” section of the Device Manager tree.
This will take a couple of minutes as Windows must first automatically reinstall the driver.
It might appear first as a “USB2.0-Serial” device under the “Other devices section of the tree. Just wait for a little longer and it will appear in its final place under the “Ports (COM & LPT)” section.
- Click the following link to download the previous version of the driver from the chip manufacturer’s website:
https://www.wch-ic.com/downloads/file/65.html?time=2023-03-16%2022:57:59 - Wait for the download to finish.
- Run the downloaded
CH341SER.EXE
file. - A “User Account Control” dialog may now appear asking “Do you want to allow this app to make changes to your device?“. Click the “Yes” button.
- A “DriverSetup(X64)” dialog will appear. Click the “INSTALL” button in the dialog.
- Wait for the driver installation to finish, as indicated by the appearance of a “Driver install success!” dialog.
- Click the “OK” button in the “Driver install success!” dialog.
- Click the X icon at the top right of the “DriverSetup(X64)” dialog to close it.
- Switch back to the Windows “Device Manager“.
- Double click on the “USB-SERIAL CH340 (COMn)” device under the “Ports (COM & LPT)” section.
The “USB-SERIAL CH340 (COMn) Properties” dialog will open. - Select the “Driver” tab of the “USB-SERIAL CH340 (COMn) Properties” dialog.
- Click the “Update driver” button.
An “Update Drivers Device – USB-SERIAL CH340 (COMn)” dialog will open. - Click on “Search automatically for drivers” in the “Update Drivers Device – USB-SERIAL CH340 (COMn)” dialog.
- You should now see the driver installation wizard update the driver. Wait for the update to finish, as indicated by the message “Windows has successfully updated your drivers” in the dialog.
- Click the “Close” button in the “Update Drivers Device – USB-SERIAL CH340 (COMn)” dialog.
The dialog will close. - Click the “Roll Back Driver” button in the “USB-SERIAL CH340 (COMn) Properties” dialog.
The “Driver Package rollback” dialog will open. - Click the radio button next to “My apps don’t work with this driver” in the “Driver Package rollback” dialog .
- Click the “Yes” button.
The “Driver Package rollback” dialog will close. - Click the “Close” button in the “USB-SERIAL CH340 (COMn) Properties” dialog.
Now start Arduino IDE again and repeat whatever you were doing before when you encountered that error before. Hopefully this time you will not encounter that error during the sketch upload.
Referance: https://robotparcalari.com/klon-arduino-uno-suruculeri-nasil-yuklenir-ch340-cipli/
