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.
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.