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
https://www.arduino.cc/en/Serial/ReadStringUntil
It is not clear whether the returned value contains the terminator or not. (I read elsewhere that it does not.) And what happens to the terminator? Is it returned in the next Serial.read or is it thrown away?
https://www.arduino.cc/en/Reference/StreamReadStringUntil
It is unclear whether the returned string includes the terminator or not.
I seem to understand it is included; if that is the case, it could easily be stated more explicitly.
The text was updated successfully, but these errors were encountered: