Closed Andrysky closed 1 year ago
Hello @Andrysky, do I understand correctly that you are using esp_rfc2217_server.py?
By default, IDF Monitor will reset the target when connecting to it. It seems like in combination with the rfc2217 implementation it resets the board again into the download mode. To prevent IDF Monitor from automatically resetting the target on connection, please try calling IDF Monitor with the --no-reset
option (e.g., idf_monitor.py --no-reset
).
I'm closing this for inactivity.
@radimkarnis I apologize for the delay in response.,
writes - idf_monitor - a serial output monitor for esp-idf: error: unrecognized arguments: --no-reset
Operating System
Windows 11
Esptool Version
v3.3.2
Python Version
3.8.7
Full Esptool Command Line that Was Run
C:_\software.espressif\python_env\idf4.4_py3.8env\Scripts\python.exe C:\\software\esp\esp-idf\tools\idf_monitor.py -p rfc2217://192.168.2.31:2217?ign_setcontrol -b 115200 --toolchain-prefix xtensa-esp32-elf- --target esp32 c:\git_\build___.elf
Esptool Output
What is the Expected Behaviour?
port serial output continues outputting data
More Information
No response
Other Steps to Reproduce
No response