Hi,
I am trying to run my code at 115200 baud rate but it gives me garbled data.I was running a shorter version of the same code at the same baud rate and it worked perfectly at 115200 but as I added more print commands and a few more lines to the code it just started spitting out random symbols.
I probably think I will have to increase the baud rate to get coherent data on the terminal but the maximum baud that arduino runs on is 115200.
I'll be extremely grateful for any suggestions regarding this problem.