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

Serial port no detect #7

Closed wilsonfilho405 closed 1 year ago

wilsonfilho405 commented 1 year ago

Hi,

I installed the Jama app on windows 10, my ESP32 with micropython is working, but when I open JAMA the com port is not detected, installed all dependencies.

jczic commented 1 year ago

Hi @wilsonfilho405!

Thank you for your feedback. It's strange but we may be find a solution. Are some ports displayed or none? Can you try the Python code below and return the result please:

from serial.tools import list_ports
for port in list_ports.comports():
    print(port)

If the correct serial or usb port is not in the result, this may be due to your configuration or a driver. If this is not the case, it will help me to find the solution on my side.

wilsonfilho405 commented 1 year ago

Hi jczic,

I tested it with the code that passed and it worked, it detected the port in my case it is COM2.

Update --> II have 4 Esp32 being:

03 - with Silicon Labs CP210x USB-Serial controller, in all 3 it detected and worked perfectly.

01 - With FTDI controller - This one doesn't work, so it's something to do with driver or incompatibility.

in short, the software is perfect and I thought your work was wonderful, I'm sure it will earn many, many stars. It's the most complete IDE I've worked with micropython.

Thank you for your support

jczic commented 1 year ago

Hello and thank you @wilsonfilho405 for your answer it's very nice of you. I am glad that it works and that you like the software. If you have any questions, remarks or ideas, please do not hesitate to tell me.

I wish you a great day!