I have an esp32s3 by seed studio previously everything was working perfectly. But today as I connected my esp to my pc and tried to upload my code it gave me error port doesn't exist exit status 2. I tried changing the driver from usb(1.0.0) to Win 6.1 using zadig and but after that even my port on the Arduino IDE disappeared after that I reinstalled the USB drivers from device manager and still the problem persists
Note : My cable is working fine
Now my port is showing, but still I am getting the same error
Serial port COM60
A fatal error occurred: Could not open COM60, the port doesn't exist
Failed uploading: uploading error: exit status 2
Your driver swap with Zadig likely broke the USB-serial driver. Uninstall all USB serial drivers from Device Manager. Then, install the official Silicon Labs CP210x driver (most Seed Studio ESP32-S3 use this). Restart your PC and reconnect the board.
If the port still doesn’t show, try a different USB port (preferably USB 2.0) or another PC. Also, hold the BOOT button while plugging in to reset the board.
Yes that was exactly the issue. Thanks