24
What is the right way to open a serial connection to a board for debugging?
I want to read the debug output my board prints, and to send it the occasional command. The editor I use has a built in serial monitor, and I have also seen people use a standalone terminal program. My attempts produce…