Open dkalliv opened 1 year ago
Hi @igrr - also confirming that I experience this with ESP8266 boards and the latest driver.
@dkalliv How were you able to downgrade the driver? I don't see any links for version 6.7.4.261
on the SiLabs site.
On one system I just did a downgrade (only possible if the driver was previously upgraded) for the others I downloaded the drivers from here: https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads
I am also experiencing this error! To fix it I selected a driver already available in my computer on device manager Like this (selecting 6.7.5 did the trick for me):
@brianignacio5 @igrr Any updates on this issue ?
@RushikeshPatange no, I haven't looked at this, I don't have a Windows PC to test with at the moment.
Could you try my fork in https://brianignacio5.github.io/esptool-js/ which implement #160 changes ?
On Windows 10 systems using the latest (11.2.0.167) CP210X driver I can not connect to ESP32 devices with a Silicon Labs CP2102 or CP2104 USB to UART bridge. I receive
Error: Timeout
PlatformIO or the Arduino IDE can connect and flash without issues. When downgrading the driver to version 6.7.4.261, esptool-js works as expected.