I am trying to get an arduino to tell my computer what the state of it's relays is. And for some reason every time it sends a new string PuTTY leaves the horizontal position of the last text. This makes for a very ugly display.
I would like PuTTY to look like the arduino serial manager.
Here is what it looks like from the arduino serial manager
This is what it looks like in PuTTY
This is the code I am using to send to computer from arduino.
You could have set Implicit CR in every LF
option from PuTTY's terminal options instead of changing every line termination in your code from \n
to \r\n
.
Probably you should use "\r\n" instead of "\n" at the end of lines.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With