Skip to content

How to debug (using logs) code that interacts with USB serial? #2444

Answered by yanshay
yanshay asked this question in Q&A
Discussion options

You must be logged in to vote

Found how to do that.
esp-println allows configuring using features whether to use jtag or uart, by default it decides automatically on its own and that caused a conflict.
Once I set it to not conflict with the serial I'm using for my app there is no longer a conflict and I can have both working together.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yanshay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant