Postby Rolembeek » Tue Jan 17, 2023 10:50 pm
Strange things are going on here !
1- tried other cable -> same result
2-changed from desktop(win10) to laptop(win11) same cable -> appeared at COM5
3-back to desktop -> no COM
4-back to laptop -> COM5
5-tried to upload some code -> as soon as the connection tries to start, the COM5 disappears (looking with "USBDView")
ERROR message :
Sketch uses 236613 bytes (18%) of program storage space. Maximum is 1310720 bytes.
Global variables use 18704 bytes (5%) of dynamic memory, leaving 308976 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.2.1
Serial port COM5
Connecting...Traceback (most recent call last):
File "esptool.py", line 34, in <module>
File "esptool\__init__.py", line 1004, in _main
File "esptool\__init__.py", line 646, in main
File "esptool\__init__.py", line 895, in get_default_connected_device
File "esptool\loader.py", line 631, in connect
File "esptool\loader.py", line 572, in _connect_attempt
File "esptool\loader.py", line 435, in sync
File "esptool\loader.py", line 351, in command
File "serial\serialutil.py", line 372, in timeout
File "serial\serialwin32.py", line 222, in _reconfigure_port
serial.serialutil.SerialException: Cannot configure port, something went wrong. Original message: OSError(22, 'A device which does not exist was specified.', None, 433)
[13064] Failed to execute script 'esptool' due to unhandled exception!
Failed uploading: uploading error: exit status 1
After disconnecting the ESP32-S3 and reconnection it reappears on COM5 ...
I'm loosing my mind ... help !
Roland