Hello everyone
I am sending commands via the insert text prompt through the serial monitor but it doesn’t send the whole input box but rather sends part of it and then when I send the next command it also sends something including text that it didn’t send previously.
my settings (default)
/dev/ttyUSB0 19200,8,N,1 —
in the screenshot attached you can see the output, basically i’ve send “a” first then I’ve send sdasd (it included the “a” that it didn’t send the first time and so on…
Arduino IDE serial monitor sends everything correctly at the same baud rate and everything
I can’t attach a second image because I’m a new user but basically the arduino gets everything that I typed in the serial monitor input box.
//edit
the code builds and uploads just fine