diff --git a/Language/Functions/Communication/Serial/readBytes.adoc b/Language/Functions/Communication/Serial/readBytes.adoc index d6e91d08a..4a33ced2d 100644 --- a/Language/Functions/Communication/Serial/readBytes.adoc +++ b/Language/Functions/Communication/Serial/readBytes.adoc @@ -15,7 +15,7 @@ title: Serial.readBytes() [float] === Description -`Serial.readBytes()` reads characters from the serial port into a buffer. The function terminates if the determined length has been read, or it times out (see link:../setTimeout[Serial.setTimeout()]). +`Serial.readBytes()` reads characters from the serial port into a buffer. The function terminates if the determined length has been read, or it times out (see link:../settimeout[Serial.setTimeout()]). `Serial.readBytes()` returns the number of characters placed in the buffer. A 0 means no valid data was found. @@ -51,7 +51,7 @@ The number of bytes placed in the buffer (`size_t`) [role="language"] * #LANGUAGE# link:../../stream[stream] -* #LANGUAGE# link:../../stream/streamReadBytes[stream.readBytes()] +* #LANGUAGE# link:../../stream/streamreadbytes[stream.readBytes()] -- -// SEE ALSO SECTION ENDS \ No newline at end of file +// SEE ALSO SECTION ENDS