Skip to content

Commit eb7e4ea

Browse files
author
Stefania
authored
Merge pull request #180 from arduino/SimonePDA-patch-3
Update readBytes.adoc
2 parents d9ddd3e + 3516960 commit eb7e4ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Language/Functions/Communication/Serial/readBytes.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Serial.readBytes()
1515

1616
[float]
1717
=== Description
18-
`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()]).
18+
`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()]).
1919

2020
`Serial.readBytes()` returns the number of characters placed in the buffer. A 0 means no valid data was found.
2121

@@ -51,7 +51,7 @@ The number of bytes placed in the buffer (`size_t`)
5151

5252
[role="language"]
5353
* #LANGUAGE# link:../../stream[stream]
54-
* #LANGUAGE# link:../../stream/streamReadBytes[stream.readBytes()]
54+
* #LANGUAGE# link:../../stream/streamreadbytes[stream.readBytes()]
5555

5656
--
57-
// SEE ALSO SECTION ENDS
57+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)