You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method Serial.readBytesUntil() does not just read bytes until a delimiter but the part after the delimiter as well. This means either the name of the method is misleading or the method is buggy.
The method
Serial.readBytesUntil()
does not just read bytes until a delimiter but the part after the delimiter as well. This means either the name of the method is misleading or the method is buggy.https://forum.arduino.cc/t/how-can-i-read-bytes-until-end-of-text-delimiter/898739/10
The text was updated successfully, but these errors were encountered: