nkolban / esp32-snippets

Sample ESP32 snippets and code fragments
https://leanpub.com/kolban-ESP32
Apache License 2.0
2.37k stars 710 forks source link

Disable Serial Monitor Warning or Error Messages #1167

Open eduardo0797 opened 1 year ago

eduardo0797 commented 1 year ago

I am working with ESP32 BLE on a board with an ESP32-C3-WROOM-02 chip, I use the card to send data from a sensor that I have connected via serial communication (TX and RX), the problem I have is that when I connect more than 1 device to the server sends an error message to the serial monitor, when sending that message it corrupts the data that I am receiving through the serial port, I want to know if I can disable these messages or I can change it so that it sends them through a simulated serial port (serial software) , I cannot connect my sensor to a simulated port since my card is specially designed to occupy the TX and RX directly, if I wanted to change them I would have to redesign my entire card. I hope you can help me.