Hello, there is a function Serial.read () which gives information on bytes (I work in C for the first time so maybe I'm wrong), the data type on the output is char , I want to find the end of the line (the lines are separated \ r \ n) those. make a check:
if (Serial.read()== ...) { // это конец строки } What should I write instead ... what would my check work?