Use Win7 to develop ESP32, but it has not been able to solve the problem of USB records, that is, the USB Serial is always unable to install it. Although it can be used under Win10, it is also troublesome to switch the virtual machine to switch the virtual machine.
Frequent comparison of finding analysis, problem solving, smooth installation
=====================Note red font===========================
First, make sure that C: \ Windows \ System32 \ Drivers \ USBSER.Sys file exists;
Next, modify C: \ Windows \ Inf \ mdmcpq.inf file;
[FakeModemCopyFileSection]
usbser.sys,,,0x20
Modification
[FakeModemCopyFileSection]
usbser.sys
;usbser.sys,,,0x20
================================================
Reference:
GitHub – kutukvpavel/Esp32-Win7-VCP-drivers: INF files that enable ESP32-S3 Serial/JTAG peripheral and TinyUSB CDC stack on Win7 https://github.com/kutukvpavel/Esp32-Win7-VCP-drivers
Device Firmware Upgrade through USB – ESP32-S2 – — ESP-IDF Programming Guide v4.3 documentation https://docs.espressif.com/projects/esp-idf/en/v4.3/esp32s2/api-guides/dfu.html?#api-guide-dfu-flash-win
Zadig – USB driver installation made easy https://zadig.akeo.ie/
and ESP32-C3 Create serial port connection-ESP32-C3-ESP-IDF Programming Guide released-v4.3 Document https://docs.espressif.com/projects/esp-sp/Zh_release- V4.3/ ESP32C3/Get-Started/ESTABLISH-Serial-Connection.html? Highlight = USB#ESP32-C3
ESP32C3 debugging records under WIN
WIN7 64 -bit system CDC -class virtual serial port driving solution to unable to install_MB60F52FC83C1A2 technical blog_51CTO blog
https://blog.51cto.com/u_15307523/3133691