How to detect ESP32 in Windows?
Posted: Mon Mar 04, 2019 10:05 am
After plugging a ESP32 devkitv1 to a Windows system, I discovered that Windows Device Manager categorised the ESP32 as "Other devices" and labelled it as CP2102 USB to UART Bridge Controller. is this normal? Why isn't it catergorised as USB device?
Also, pyserial could not detect the eps32 device, i.e. returned nothing. For the same device, the same command issued in a Linux system was able to detect the ESP32 device.
How do I help detect the ESP32 device in Windows?
Also, pyserial could not detect the eps32 device, i.e.
Code: Select all
serial.tools.list_ports.comports()
How do I help detect the ESP32 device in Windows?