I got it to work finally like this
install from elevated terminal
3. Connect with correct parameters (I can only supply the ones that worked for my ESP32)
espruino --board ESP32 --port COM6 -b 115200 --no-ble ```
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I got it to work finally like this
install from elevated terminal
espruino
--board ESP32
--port COM6
-b 115200
--no-ble
```