There is a new debugger from Espressif available. It seems to be a successor of ESP–PROG.
Does anybody know whether PlatformIO can handle this device for debugging?
There is a new debugger from Espressif available. It seems to be a successor of ESP–PROG.
Does anybody know whether PlatformIO can handle this device for debugging?
To give an answer myself and to the community.
Yes, in the usage there is no difference to the old esp-prog version.
The USB to serial converter is based on an ESP32-S3. As before, the driver must be reconfigured with ZADIG tool to a WinUSB device. I’ve ordered one and should have it in hands end of the week. I hope my problems with the old module are gone than.
I keep you informed…
No, its currently not supported. PlatformIO looks for an vid 0403 and pid 6010 but the esp-prog-2 has vid 303A and pid 1002.
This leads to following error:
Error: no device found
Error: unable to open ftdi device with vid 0403, pid 6010, description ‘', serial '’ at bus location ‘*’
Have you tried to add vid and pid in udev-rules here platformio-core/platformio/assets/system/99-platformio-udev.rules at 23a19a8c316df9547f32b6d9507b18eaa96b52fd · platformio/platformio-core · GitHub
Using `esp-bridge` for esp-prog 2 should work.