Stop LOG messages to go out through UART0 #94
Unanswered
scastoldiprivate
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I've built a HCP bridge based on a NodeMCU ESP32, according on @Gifford47 instructions + firmware, and it works like a charm.
Now I want to build a smaller one (to fit in the small compartment of the Supramatic 4 motor), based on ESP32-S3-zero board.
Problem is : This board only has 1 UART (UART0), which is going to be used for RS485 com. with the motor.
Log messages go out through the USB CDC port AND the UART0. I couldn't figure out how to use USB CDC port for log messaging and UART0 for RS485 link.
Here are my platformio.ini changes :
Log messages continue to be transmitted through the 2 ports (USB CDC AND UART0).
I'm sorry if that sounds like a dumb question... I don't have much experience in this environment yet.
Thanks for any help !
Beta Was this translation helpful? Give feedback.
All reactions