reference-en icon indicating copy to clipboard operation
reference-en copied to clipboard

missing stream methods information on Serial page

Open noniwoo opened this issue 7 years ago • 0 comments

A page https://www.arduino.cc/reference/en/language/functions/communication/serial/ does not have description of methods readStringUntil() or readString() nor it does contain information that says all methods from https://www.arduino.cc/reference/en/language/functions/communication/stream/ are available on a Serial object. Solution may be writing that all methods from stream are available on the Serial object (if this is true). This issue is somewhat linked to https://github.com/arduino/Arduino/issues/3718

noniwoo avatar Apr 08 '18 15:04 noniwoo