Monitoring serial output without reset
Posted: Sun May 21, 2017 8:14 pm
Is it possible to attach to a running ESP32 DevKitC on Linux, without resetting the ESP32?
Use case:
I use "make flash monitor" and all looks good. I leave the ESP32 running for a day or so and accidentally terminated the monitor. This leaves the ESP32 unaffected which is good. One day later, I would like to see what is currently printed on the serial console (there is continuous logging).
Using 'make monitor' or 'make simple_monitor' does not work: It always resets the ESP32 before getting any log messages. I would like to see the serial output without resetting the ESP32.
This is on Linux. Or is this impossible since RTS is used to reset the device?
Cheers,
Johannes
Use case:
I use "make flash monitor" and all looks good. I leave the ESP32 running for a day or so and accidentally terminated the monitor. This leaves the ESP32 unaffected which is good. One day later, I would like to see what is currently printed on the serial console (there is continuous logging).
Using 'make monitor' or 'make simple_monitor' does not work: It always resets the ESP32 before getting any log messages. I would like to see the serial output without resetting the ESP32.
This is on Linux. Or is this impossible since RTS is used to reset the device?
Cheers,
Johannes