When I go into the serial settings, the serial connection is closed. If I select the wrong baud rate for the serial coming in the app freezes and I can’t even get any debug since it is still working but I am unsure what it is doing.
Ultimately, my question is how to check if the baud rate selected is correct and how to make sure the serial does not freeze my application.
I finally got it to throw an error. When it is trying to call sp.ReadLine(); it says that ReadLine() has timed out. I have the timeout at 500.
I just used: