When sending something, anything, to the my Arduino via the serial monitor I constantly get 2 more characters that I sent, one of them is \r. I can't find the other and I don't know how to find it, sending the serial data back is useless as it's non-human readable... can anybody help?
This is what I use to read and show the number of received bytes:
Mind that I have to stop at 31 even though my serialData is a 32 char array. For some reason I get all kind of weird stuff when I stop at 32 and go over the limit when sending something bigger than 32 characters.