Logging serial port receive data
Posted: Fri Oct 06, 2017 10:36 am
Hello,
I would like to know if it's possible to receive the serial data from the logging serial port (UART0)?
I would like to use the logging until I need to communicate with the ESP32 then I'll use:
esp_log_level_set("*", ESP_LOG_ERROR);
to disable the logging until I have completed my serial setup. I can then re-enable the logging.
Would if be advisable to use a printf() to send data to the serial port or should I use another option?
Regards,
Charles
I would like to know if it's possible to receive the serial data from the logging serial port (UART0)?
I would like to use the logging until I need to communicate with the ESP32 then I'll use:
esp_log_level_set("*", ESP_LOG_ERROR);
to disable the logging until I have completed my serial setup. I can then re-enable the logging.
Would if be advisable to use a printf() to send data to the serial port or should I use another option?
Regards,
Charles