jczic / ESP32-MPY-Jama

v1.2 - UI tool for manage Espressif ESP32 microcontrollers with embedded MicroPython for MacOS, Windows and Linux: mini IDE, files manager, REPL, real time dashboards (sys/net), advanced features (gpio/mp3/leds/...)
https://github.com/jczic/ESP32-MPY-Jama
MIT License
410 stars 25 forks source link

ESP32-Cam - 'The device on the "COMx" Port Is not compatible' on Windows11 #61

Closed evgenso closed 2 months ago

evgenso commented 2 months ago

Hello! I have a problem with my ESP32-CAM on Windows11... The board is erasing and flashing OK, but it is can not connect and has alert 'The device on the "COMx" Port Is not compatible'. I tried self._repl.rtscts = False & self._repl.dsrdtr = False, but it had no effect... Please, help me...

evgenso commented 2 months ago

This problem only occurs with the included USB->TTL interface. 3-rd party USB->TTL not have this problem.