Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP-IDF monitor READ only [SOLVED] #4

Open
kurreman opened this issue Feb 19, 2024 · 1 comment
Open

ESP-IDF monitor READ only [SOLVED] #4

kurreman opened this issue Feb 19, 2024 · 1 comment

Comments

@kurreman
Copy link

Hey all,

I'm simply posting a solution to an issue I've had for a long time.

When using the ESP-IDF on the WeAct Studio ESP32-C3FH4 Core Board everything builds and flashes fine. But for some reason, the serial connection is read only. So when using the "idf.py monitor" serial monitor this warning is raised when trying to write to the board over serial: "Writing to serial is timing out. Please make sure that your application supports an interactive console and that you have picked the correct console for serial communication.". After a long search for a solution I found it:

  1. idf.py menuconfig
  2. Component config > ESP System Settings > Channel for console output > choose USB Serial/JTAG Controller
  3. Press "S" to save, press Enter
  4. idf.py build (DON'T set the target board again as it will erase the changes you just made in the config)
  5. idf.py flash
  6. Enjoy two way serial communication on the board!

I hope this can help someone in the future.

Cheers,
Kurreman

@pelgrimo
Copy link

Thank you! I'm new to ESP and was wondering what's wrong with my code. Turns out it was a configuration problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants